Uses of Class
dioscuri.module.cpu32.CountingOutputStream

Packages that use CountingOutputStream
dioscuri.module.cpu32   
 

Uses of CountingOutputStream in dioscuri.module.cpu32
 

Methods in dioscuri.module.cpu32 with parameters of type CountingOutputStream
 void ExceptionHandler.write(CountingOutputStream byteCodes, ClassFile cf)
           
 void RPNNode.write(CountingOutputStream output, ClassFile cf, boolean leaveResultOnStack)
           
static void RPNNode.writeBytecodes(CountingOutputStream output, ClassFile cf, java.lang.Object[] bytecodes)
           
 void RPNNode.writeExceptionCleanup(CountingOutputStream output, ClassFile cf, boolean leaveResultOnStack)
           
protected  void RealModeExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes, ClassFile cf)
           
protected  void ProtectedModeExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes, ClassFile cf)
           
protected abstract  void ExceptionHandler.writeHandlerRoutine(CountingOutputStream byteCodes, ClassFile cf)