public interface Input extends Closeable
long
length()
int
read(long position, byte[] b, int start, int len)
close
long length() throws IOException
IOException
int read(long position, byte[] b, int start, int len) throws IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.