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
IOException
int read(long position, byte[] b, int start, int len) throws IOException
IOException
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.