M3GToolkit 0.5.0

com.java4ever.m3g
Class ExternalReferencesSection

java.lang.Object
  extended bycom.java4ever.m3g.Section
      extended bycom.java4ever.m3g.ExternalReferencesSection

public class ExternalReferencesSection
extends Section


Field Summary
 
Fields inherited from class com.java4ever.m3g.Section
UNCOMPRESSED, ZLIB
 
Constructor Summary
ExternalReferencesSection()
           
 
Method Summary
 void addExternalReference(ExternalReference reference)
           
 int getExternalReferenceCount()
           
 ExternalReference[] getExternalReferences()
           
protected  void readObjects(M3GInputStream is, java.util.ArrayList table)
           
 void removeExternalReference(ExternalReference reference)
           
 void removeExternalReferences()
           
protected  void writeObjects(M3GOutputStream os, java.util.ArrayList table)
           
 
Methods inherited from class com.java4ever.m3g.Section
getChecksum, getCompressionScheme, getTotalSectionLength, getUncompressedLength, read, setCompressionScheme, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalReferencesSection

public ExternalReferencesSection()
Method Detail

addExternalReference

public void addExternalReference(ExternalReference reference)

getExternalReferences

public ExternalReference[] getExternalReferences()

removeExternalReference

public void removeExternalReference(ExternalReference reference)

removeExternalReferences

public void removeExternalReferences()

getExternalReferenceCount

public int getExternalReferenceCount()

readObjects

protected void readObjects(M3GInputStream is,
                           java.util.ArrayList table)
                    throws java.io.IOException
Specified by:
readObjects in class Section
Throws:
java.io.IOException

writeObjects

protected void writeObjects(M3GOutputStream os,
                            java.util.ArrayList table)
                     throws java.io.IOException
Specified by:
writeObjects in class Section
Throws:
java.io.IOException

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.