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

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

public class PartitionHeaderDescriptor
extends Object


Field Summary
 Short_ad FreedSpaceBitmap
           
 Short_ad FreedSpaceTable
           
 Short_ad PartitionIntegrityTable
           
 byte[] Reserved
           
 Short_ad UnallocatedSpaceBitmap
           
 Short_ad UnallocatedSpaceTable
           
 
Constructor Summary
PartitionHeaderDescriptor()
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UnallocatedSpaceTable

public Short_ad UnallocatedSpaceTable

UnallocatedSpaceBitmap

public Short_ad UnallocatedSpaceBitmap

PartitionIntegrityTable

public Short_ad PartitionIntegrityTable

FreedSpaceTable

public Short_ad FreedSpaceTable

FreedSpaceBitmap

public Short_ad FreedSpaceBitmap

Reserved

public byte[] Reserved
Constructor Detail

PartitionHeaderDescriptor

public PartitionHeaderDescriptor()
Method Detail

read

public void read(RandomAccessFile myRandomAccessFile)
          throws IOException
Throws:
IOException

getBytes

public byte[] getBytes()


Copyright © 2013. All Rights Reserved.