@NotThreadSafe @CleanupObligation public class ChannelInputStream extends InputStream
SeekableByteChannel to an input stream.
This stream supports marking unless the adapted channel fails to set its
position in markSupported().ChannelOutputStream| Modifier and Type | Field and Description |
|---|---|
protected SeekableByteChannel |
channel
The adapted nullable seekable byte channel.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelInputStream() |
|
ChannelInputStream(SeekableByteChannel channel) |
@Nullable protected SeekableByteChannel channel
protected ChannelInputStream()
public ChannelInputStream(@WillCloseWhenClosed SeekableByteChannel channel)
public int available()
throws IOException
available in class InputStreamIOException@DischargesObligation
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic final int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionCopyright © 2012–2014 Schlichtherle IT Services. All rights reserved.