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

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

public class TerminatingDescriptor
extends Object


Field Summary
 Tag DescriptorTag
           
 byte[] Reserved
           
 
Constructor Summary
TerminatingDescriptor()
           
 
Method Summary
 byte[] getBytes(int blockSize)
           
 byte[] getBytesWithoutDescriptorTag()
           
 void read(RandomAccessFile myRandomAccessFile)
           
 void write(RandomAccessFile myRandomAccessFile, int blockSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DescriptorTag

public Tag DescriptorTag

Reserved

public byte[] Reserved
Constructor Detail

TerminatingDescriptor

public TerminatingDescriptor()
Method Detail

read

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

write

public void write(RandomAccessFile myRandomAccessFile,
                  int blockSize)
           throws IOException
Throws:
IOException

getBytes

public byte[] getBytes(int blockSize)

getBytesWithoutDescriptorTag

public byte[] getBytesWithoutDescriptorTag()


Copyright © 2013. All Rights Reserved.