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

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

public class SpaceBitmapDescriptor
extends Object


Field Summary
 byte[] Bitmap
           
 Tag DescriptorTag
           
 long NumberOfBits
           
 long NumberOfBytes
           
 
Constructor Summary
SpaceBitmapDescriptor()
           
 
Method Summary
 byte[] getBytesWithoutDescriptorTag()
           
 byte[] getFirst8Bytes()
           
 long getFullBlockLength(int blockSize)
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void write(RandomAccessFile myRandomAccessFile, int blockSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DescriptorTag

public Tag DescriptorTag

NumberOfBits

public long NumberOfBits

NumberOfBytes

public long NumberOfBytes

Bitmap

public byte[] Bitmap
Constructor Detail

SpaceBitmapDescriptor

public SpaceBitmapDescriptor()
Method Detail

read

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

write

public void write(RandomAccessFile myRandomAccessFile,
                  int blockSize)
           throws IOException
Throws:
IOException

getFirst8Bytes

public byte[] getFirst8Bytes()

getBytesWithoutDescriptorTag

public byte[] getBytesWithoutDescriptorTag()

getFullBlockLength

public long getFullBlockLength(int blockSize)


Copyright © 2013. All Rights Reserved.