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

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

public class CharSpec
extends Object


Field Summary
 byte[] CharacterSetInfo
           
 byte CharacterSetType
           
 
Constructor Summary
CharSpec()
           
 
Method Summary
 byte[] getBytes()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void write(RandomAccessFile myRandomAccessFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CharacterSetType

public byte CharacterSetType

CharacterSetInfo

public byte[] CharacterSetInfo
Constructor Detail

CharSpec

public CharSpec()
Method Detail

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.