org.apache.poi.hdf.extractor
Class NewOleFile

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by org.apache.poi.hdf.extractor.NewOleFile
All Implemented Interfaces:
java.io.Closeable, java.io.DataInput, java.io.DataOutput

Deprecated.

@Deprecated
public final class NewOleFile
extends java.io.RandomAccessFile

Comment me


Field Summary
protected  int[] _big_block_depot
          Deprecated.  
protected  int[] _small_block_depot
          Deprecated.  
 
Constructor Summary
NewOleFile(java.lang.String fileName, java.lang.String mode)
          Deprecated.  
 
Method Summary
static void main(java.lang.String[] args)
          Deprecated.  
protected  int[] readChain(int[] blockChain, int startBlock)
          Deprecated.  
 
Methods inherited from class java.io.RandomAccessFile
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_big_block_depot

protected int[] _big_block_depot
Deprecated. 

_small_block_depot

protected int[] _small_block_depot
Deprecated. 
Constructor Detail

NewOleFile

public NewOleFile(java.lang.String fileName,
                  java.lang.String mode)
           throws java.io.FileNotFoundException
Deprecated. 
Throws:
java.io.FileNotFoundException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

readChain

protected int[] readChain(int[] blockChain,
                          int startBlock)
Deprecated.