public interface Input extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
| long | length()Return the total length of the input. | 
| int | read(long position,
    byte[] b,
    int start,
    int len)Positioned read. | 
long length()
     throws IOException
IOExceptionint read(long position,
         byte[] b,
         int start,
         int len)
  throws IOException
IOExceptionCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.