Closeable, AutoCloseableObjectStream.Filter, ObjectStream.SmallStreampublic abstract class ObjectStream extends InputStream
ObjectLoader.| Modifier and Type | Class | Description |
|---|---|---|
static class |
ObjectStream.Filter |
Simple filter stream around another stream.
|
static class |
ObjectStream.SmallStream |
Simple stream around the cached byte array created by a loader.
|
| Constructor | Description |
|---|---|
ObjectStream() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract long |
getSize() |
|
abstract int |
getType() |
available, close, mark, markSupported, read, read, read, readAllBytes, readNBytes, reset, skip, transferTopublic abstract int getType()
Constants.public abstract long getSize()
Copyright © 2018. All rights reserved.