public class BufferReader extends Object
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
构造器和说明 |
---|
BufferReader(NativeFileSystemStore store,
String key,
org.apache.hadoop.conf.Configuration conf,
int algorithmVersion) |
public BufferReader(NativeFileSystemStore store, String key, org.apache.hadoop.conf.Configuration conf, int algorithmVersion) throws IOException
IOException
public void close()
public int read() throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
IOException
public void seek(long newpos) throws IOException
IOException
public long getPos()
Copyright © 2016. All Rights Reserved.