ByteArraySeekableStream.
This class will be removed in the next major version release (8.0).@Deprecated public class SeekableArrayStream extends htsjdk.samtools.seekablestream.SeekableStream
| Constructor and Description |
|---|
SeekableArrayStream(byte[] a)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
boolean |
eof()
Deprecated.
|
String |
getSource()
Deprecated.
|
long |
length()
Deprecated.
|
long |
position()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
void |
seek(long lp)
Deprecated.
|
available, mark, markSupported, read, reset, skippublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class htsjdk.samtools.seekablestream.SeekableStreampublic long length()
length in class htsjdk.samtools.seekablestream.SeekableStreampublic long position()
position in class htsjdk.samtools.seekablestream.SeekableStreampublic boolean eof()
eof in class htsjdk.samtools.seekablestream.SeekableStreampublic void seek(long lp)
throws IOException
seek in class htsjdk.samtools.seekablestream.SeekableStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
read in class htsjdk.samtools.seekablestream.SeekableStreampublic int read()
read in class InputStreampublic String getSource()
getSource in class htsjdk.samtools.seekablestream.SeekableStreamCopyright © 2017. All rights reserved.