org.apache.hadoop.dfs
Class FSDatasetInterface.MetaDataInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.hadoop.dfs.FSDatasetInterface.MetaDataInputStream
All Implemented Interfaces:
Closeable
Enclosing interface:
FSDatasetInterface

public static class FSDatasetInterface.MetaDataInputStream
extends FilterInputStream

This class provides the input stream and length of the metadata of a block


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Method Summary
 long getLength()
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLength

public long getLength()


Copyright © 2008 The Apache Software Foundation