public abstract class InputStreamWithMeta extends InputStream
| Constructor and Description | 
|---|
| InputStreamWithMeta() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract long | getFileLength() | 
| abstract long | getVersion() | 
available, close, mark, markSupported, read, read, read, reset, skippublic abstract long getVersion()
                         throws IOException
IOExceptionpublic abstract long getFileLength()
                            throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.