TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.rof
Class DefaultReadOnlyFile

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by de.schlichtherle.truezip.rof.DefaultReadOnlyFile
All Implemented Interfaces:
ReadOnlyFile, Closeable, DataInput, DataOutput

@ThreadSafe
public class DefaultReadOnlyFile
extends RandomAccessFile
implements ReadOnlyFile

A ReadOnlyFile implementation derived from RandomAccessFile.

Author:
Christian Schlichtherle

Constructor Summary
DefaultReadOnlyFile(File file)
           
 
Method Summary
 
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
 
Methods inherited from interface de.schlichtherle.truezip.rof.ReadOnlyFile
close, getFilePointer, length, read, read, read, readFully, readFully, seek
 

Constructor Detail

DefaultReadOnlyFile

public DefaultReadOnlyFile(File file)
                    throws FileNotFoundException
Throws:
FileNotFoundException

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.