I could think of these things,
Arrays.asList(byte[])
byte[]
List<byte[]>
I was just wondering Is there any library function to do that?
For Byte[] instead of byte[] this would work:
Byte[]
Byte[] array = .... List<Byte> list = Arrays.asList(array);
1.4m articles
1.4m replys
5 comments
57.0k users