Home
last modified time | relevance | path

Searched defs:BlockInputStream (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DBlockInputStream.java39 final class BlockInputStream extends InputStream implements KnownLength, Drainable { class
56 BlockInputStream(byte[] block) { in BlockInputStream() method in BlockInputStream
70 BlockInputStream(byte[][] blocks, int available) { in BlockInputStream() method in BlockInputStream
/external/xz-java/src/org/tukaani/xz/
DBlockInputStream.java20 class BlockInputStream extends InputStream { class
36 public BlockInputStream(InputStream in, in BlockInputStream() method in BlockInputStream