com.github.stephenc.javaisotools.udflib.structures
Class LogicalVolumeIntegrityDescriptor
java.lang.Object
com.github.stephenc.javaisotools.udflib.structures.LogicalVolumeIntegrityDescriptor
public class LogicalVolumeIntegrityDescriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorTag
public Tag DescriptorTag
RecordingDateAndTime
public Timestamp RecordingDateAndTime
IntegrityType
public long IntegrityType
NextIntegrityExtent
public Extend_ad NextIntegrityExtent
LogicalVolumeContensUse
public LogicalVolumeHeaderDescriptor LogicalVolumeContensUse
NumberOfPartitions
public long NumberOfPartitions
LengthOfImplementationUse
public long LengthOfImplementationUse
FreeSpaceTable
public long[] FreeSpaceTable
SizeTable
public long[] SizeTable
ImplementationUse
public byte[] ImplementationUse
LogicalVolumeIntegrityDescriptor
public LogicalVolumeIntegrityDescriptor()
read
public void read(RandomAccessFile myRandomAccessFile)
throws IOException
- Throws:
IOException
write
public void write(RandomAccessFile myRandomAccessFile,
int blockSize)
throws IOException
- Throws:
IOException
getBytesWithoutDescriptorTag
public byte[] getBytesWithoutDescriptorTag()
getBytes
public byte[] getBytes(int blockSize)
setImplementationUse
public void setImplementationUse(EntityID implementationID,
long numberOfFiles,
long numberOfDirectories,
int minimumUDFReadRevision,
int minimumUDFWriteRevision,
int maximumUDFWriteRevision)
Copyright © 2013. All Rights Reserved.