org.gamenet.application.mm8leveleditor.mm6
Class MM6SpritesLodEntry.NullOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.gamenet.application.mm8leveleditor.mm6.MM6SpritesLodEntry.NullOutputStream
Enclosing class:
MM6SpritesLodEntry

protected class MM6SpritesLodEntry.NullOutputStream
extends OutputStream


Constructor Summary
protected MM6SpritesLodEntry.NullOutputStream()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MM6SpritesLodEntry.NullOutputStream

protected MM6SpritesLodEntry.NullOutputStream()
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException