Added Methods |
String byteArray2String(byte[][] )
|
Given a list of path components returns a path as a UTF8 String |
String bytes2String(byte[] )
|
Converts a byte array to a string using UTF8 encoding. |
byte[][] bytes2byteArray(byte[], byte)
|
Splits the array of bytes into array of arrays of bytes on byte separator |
byte[][] bytes2byteArray(byte[], int, byte)
|
Splits first len bytes in bytes to array of arrays of bytes on byte separator |
BlockLocation[] locatedBlocks2Locations(LocatedBlocks )
|
Convert a LocatedBlocks to BlockLocations[] |
byte[] string2Bytes(String )
|
Converts a string to a byte array using UTF8 encoding. |