Searched defs:toByteArray (Results 1 – 4 of 4) 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
112 private byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in GCSFileUploaderFuncTest
45 public static byte[] toByteArray(Class<?> cls, String resourceName) throws IOException { in toByteArray() method in Resources