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

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

public class EntityID
extends Object


Field Summary
 byte Flags
           
 byte[] Identifier
           
 byte[] IdentifierSuffix
           
 
Constructor Summary
EntityID()
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void setIdentifier(String identifier)
           
 void write(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Flags

public byte Flags

Identifier

public byte[] Identifier

IdentifierSuffix

public byte[] IdentifierSuffix
Constructor Detail

EntityID

public EntityID()
Method Detail

setIdentifier

public void setIdentifier(String identifier)
                   throws Exception
Throws:
Exception

read

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

write

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

getBytes

public byte[] getBytes()


Copyright © 2013. All Rights Reserved.