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
58 byte[] toByteArray() { in toByteArray() method in V4Signature.HashingInfo103 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfo133 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfoBlock170 byte[] toByteArray() { in toByteArray() method in V4Signature.SigningInfos
112 private byte[] toByteArray(InputStream in) throws IOException { in toByteArray() method in GCSFileUploaderFuncTest
96 public static byte[] toByteArray(Class<?> cls, String resourceName) throws IOException { in toByteArray() method in Resources