Uses of Class
com.vladium.util.ByteArrayOStream

Packages that use ByteArrayOStream
com.vladium.emma.instr   
com.vladium.emma.rt   
com.vladium.jcd.compiler   
 

Uses of ByteArrayOStream in com.vladium.emma.instr
 

Fields in com.vladium.emma.instr declared as ByteArrayOStream
private  ByteArrayOStream InstrProcessorST.m_baos
           
private  ByteArrayOStream InstrVisitor.clinitHeader.m_buf
           
private  ByteArrayOStream InstrVisitor.methodHeader.m_buf
           
private  ByteArrayOStream InstrVisitor.BlockSegment.m_buf
           
(package private)  ByteArrayOStream InstrVisitor.EmitCtx.m_out
           
 

Constructors in com.vladium.emma.instr with parameters of type ByteArrayOStream
InstrVisitor.EmitCtx(InstrVisitor.BlockList blocks, ByteArrayOStream out)
           
 

Uses of ByteArrayOStream in com.vladium.emma.rt
 

Fields in com.vladium.emma.rt declared as ByteArrayOStream
private  ByteArrayOStream ClassPathProcessorST.m_baos
           
(package private)  ByteArrayOStream InstrClassLoader.PoolEntry.m_baos
           
 

Methods in com.vladium.emma.rt with parameters of type ByteArrayOStream
 boolean IClassLoadHook.processClassDef(java.lang.String className, byte[] bytes, int length, ByteArrayOStream out)
           
 boolean InstrClassLoadHook.processClassDef(java.lang.String className, byte[] bytes, int length, ByteArrayOStream out)
           
private static void InstrClassLoader.readFully(java.io.InputStream in, ByteArrayOStream out, byte[] buf)
          Reads the entire contents of a given stream into a flat byte array.
 

Uses of ByteArrayOStream in com.vladium.jcd.compiler
 

Methods in com.vladium.jcd.compiler with parameters of type ByteArrayOStream
static void CodeGen.load_local_object_var(ByteArrayOStream out, int index)
           
static void CodeGen.push_constant_index(ByteArrayOStream out, int index)
           
static void CodeGen.push_int_value(ByteArrayOStream out, ClassDef cls, int value)
           
static void CodeGen.store_local_object_var(ByteArrayOStream out, int index)