Searched defs:toByteArray (Results 1 – 5 of 5) 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
54 byte[] toByteArray() { in toByteArray() method in V4Signature.HashingInfo96 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfo
45 public static byte[] toByteArray(Class<?> cls, String resourceName) throws IOException { in toByteArray() method in Resources