Searched defs:byteSource (Results 1 – 9 of 9) sorted by relevance
36 String read(ByteSource byteSource, Charset cs) throws IOException { in read()42 String read(ByteSource byteSource, Charset cs) throws IOException { in read()57 String read(ByteSource byteSource, Charset cs) throws IOException { in read()97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read()
32 private final TestByteSource byteSource; field in TestCharSource
176 ByteSource byteSource = new TestByteSource("hamburger\n".getBytes(Charsets.US_ASCII)); in testHash() local
80 ByteSource byteSource = Files.asByteSource(asciiFile); in testRoundTripSources() local
989 jspb.utils.debugBytesToTextFormat = function(byteSource) { argument