com.github.stephenc.javaisotools.udflib.structures
Class SpaceBitmapDescriptor
java.lang.Object
com.github.stephenc.javaisotools.udflib.structures.SpaceBitmapDescriptor
public class SpaceBitmapDescriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorTag
public Tag DescriptorTag
NumberOfBits
public long NumberOfBits
NumberOfBytes
public long NumberOfBytes
Bitmap
public byte[] Bitmap
SpaceBitmapDescriptor
public SpaceBitmapDescriptor()
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.