public class InboundStream extends BufferedInputStream
in
Constructor and Description |
---|
InboundStream(InputStream source)
Constructor.
|
InboundStream(InputStream source,
int size)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, reset, skip
read
public InboundStream(InputStream source)
source
- The source input stream.public InboundStream(InputStream source, int size)
source
- The source input stream.size
- the buffer size.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedInputStream
IOException
Copyright © 2005–2016. All rights reserved.