Searched defs:BlockInputStream (Results 1 – 2 of 2) sorted by relevance
39 final class BlockInputStream extends InputStream implements KnownLength, Drainable { class56 BlockInputStream(byte[] block) { in BlockInputStream() method in BlockInputStream70 BlockInputStream(byte[][] blocks, int available) { in BlockInputStream() method in BlockInputStream
20 class BlockInputStream extends InputStream { class36 public BlockInputStream(InputStream in, in BlockInputStream() method in BlockInputStream