java.io.Closeable
, java.lang.AutoCloseable
public class RASInputStream
extends java.io.InputStream
Constructor | Description |
---|---|
RASInputStream(RandomAccessSource source) |
Creates an input stream based on the source
|
Modifier and Type | Method | Description |
---|---|---|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
public RASInputStream(RandomAccessSource source)
source
- the sourceCopyright © 1998–2018. All rights reserved.