public class CompressedInputStreamStorage extends InputStreamStorage
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressedInputStreamStorage.Type |
| Constructor and Description |
|---|
CompressedInputStreamStorage(InputStream is) |
CompressedInputStreamStorage(PushbackInputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static CompressedInputStreamStorage.Type |
detectType(PushbackInputStream is) |
close, getArray, getObjectpublic CompressedInputStreamStorage(InputStream is) throws IOException
IOExceptionpublic CompressedInputStreamStorage(PushbackInputStream is) throws IOException
IOExceptionpublic static CompressedInputStreamStorage.Type detectType(PushbackInputStream is) throws IOException
IOExceptionCopyright © 2024. All rights reserved.