Searched defs:toByteArray (Results 1 – 3 of 3) sorted by relevance
28 public static byte[] toByteArray(ByteBuffer buf) { in toByteArray() method in ByteBufferUtils
32 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in ByteStreams
41 public static byte[] toByteArray(Class<?> cls, String resourceName) throws IOException { in toByteArray() method in Resources