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

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

public class LVInformation
extends Object


Field Summary
 EntityID ImplementationID
           
 byte[] ImplementationUse
           
 byte[] LogicalVolumeIdentifier
           
 CharSpec LVICharset
           
 byte[] LVInfo1
           
 byte[] LVInfo2
           
 byte[] LVInfo3
           
 
Constructor Summary
LVInformation()
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void setLogicalVolumeIdentifier(String volumeIdentifier)
           
 void setLVInfo1(String lvInfo)
           
 void setLVInfo2(String lvInfo)
           
 void setLVInfo3(String lvInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LVICharset

public CharSpec LVICharset

LogicalVolumeIdentifier

public byte[] LogicalVolumeIdentifier

LVInfo1

public byte[] LVInfo1

LVInfo2

public byte[] LVInfo2

LVInfo3

public byte[] LVInfo3

ImplementationID

public EntityID ImplementationID

ImplementationUse

public byte[] ImplementationUse
Constructor Detail

LVInformation

public LVInformation()
Method Detail

setLogicalVolumeIdentifier

public void setLogicalVolumeIdentifier(String volumeIdentifier)
                                throws Exception
Throws:
Exception

setLVInfo1

public void setLVInfo1(String lvInfo)
                throws Exception
Throws:
Exception

setLVInfo2

public void setLVInfo2(String lvInfo)
                throws Exception
Throws:
Exception

setLVInfo3

public void setLVInfo3(String lvInfo)
                throws Exception
Throws:
Exception

read

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

getBytes

public byte[] getBytes()


Copyright © 2013. All Rights Reserved.