| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.niffty.RiffAugmentationDot
A RiffAugmentationDot provides static methods for encoding/decoding an AugmentationDot using RIFF.
| Method Summary | |
| static AugmentationDot | maybeNew(RIFF parentInput)Peek into the parentInput's input stream and if the next item is a NIFF augmentation dot, return a new AugmentationDot. | 
| static AugmentationDot | newInstance(RIFF parentInput)Creates a new AugmentationDot from the parentInput's input stream. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static AugmentationDot newInstance(RIFF parentInput)
                                   throws java.io.IOException,
                                          RIFFFormatException
parentInput - the parent RIFF object being used to read the input stream
java.io.IOException
RIFFFormatException
public static AugmentationDot maybeNew(RIFF parentInput)
                                throws java.io.IOException,
                                       RIFFFormatException
parentInput - the parent RIFF object being used to read the input stream
java.io.IOException
RIFFFormatException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||