com.github.stephenc.javaisotools.udflib.structures
Class ExtendedFileEntry

java.lang.Object
  extended by com.github.stephenc.javaisotools.udflib.structures.FileEntry
      extended by com.github.stephenc.javaisotools.udflib.structures.ExtendedFileEntry

public class ExtendedFileEntry
extends FileEntry


Field Summary
 Timestamp CreationTime
           
static int fixedPartLength
           
 long ObjectSize
           
 Long_ad StreamDirectoryICB
           
 
Fields inherited from class com.github.stephenc.javaisotools.udflib.structures.FileEntry
AccessTime, AllocationDescriptors, AttributeTime, Checkpoint, DescriptorTag, ExtendedAttributeICB, ExtendedAttributes, FileLinkCount, Gid, ICBTag, ImplementationIdentifier, InformationLength, LengthofAllocationDescriptors, LengthofExtendedAttributes, LogicalBlocksRecorded, ModificationTime, Permissions, RecordDisplayAttributes, RecordFormat, RecordLength, Uid, UniqueID
 
Constructor Summary
ExtendedFileEntry()
           
 
Method Summary
 byte[] getBytesWithoutDescriptorTag()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class com.github.stephenc.javaisotools.udflib.structures.FileEntry
getBytes, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ObjectSize

public long ObjectSize

CreationTime

public Timestamp CreationTime

StreamDirectoryICB

public Long_ad StreamDirectoryICB

fixedPartLength

public static int fixedPartLength
Constructor Detail

ExtendedFileEntry

public ExtendedFileEntry()
Method Detail

read

public void read(RandomAccessFile myRandomAccessFile)
          throws IOException
Overrides:
read in class FileEntry
Throws:
IOException

getBytesWithoutDescriptorTag

public byte[] getBytesWithoutDescriptorTag()
Overrides:
getBytesWithoutDescriptorTag in class FileEntry


Copyright © 2013. All Rights Reserved.