Uses of Class
jasm.io.BinaryOutputStream

Packages that use BinaryOutputStream
jasm.attributes Provides classes for representing class file attributes, including code necessary for encoding and decoding them. 
jasm.io Provides classes for reading/writing class files and Jasm files. 
jasm.lang Provides core class for representing JVM class files, bytecodes, types and constants. 
 

Uses of BinaryOutputStream in jasm.attributes
 

Methods in jasm.attributes with parameters of type BinaryOutputStream
 void StackMapTable.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void SourceFile.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void LineNumberTable.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void InnerClasses.write(BinaryOutputStream output, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
          Write attribute detailing what direct inner classes there are for this class, or what inner class this class is in.
 void Exceptions.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
          This method requires the attribute to write itself to the binary stream.
 void ConstantValue.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void Code.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void LineNumberTable.write(int[] bytecodeOffsets, BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 void Code.BytecodeMapAttribute.write(int[] bytecodeOffsets, BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
          This method requires the attribute to write itself to the binary stream.
 

Uses of BinaryOutputStream in jasm.io
 

Fields in jasm.io declared as BinaryOutputStream
protected  BinaryOutputStream ClassFileWriter.output
           
 

Methods in jasm.io with parameters of type BinaryOutputStream
protected static void ClassFileWriter.writeModifiers(java.util.List<Modifier> modifiers, int[] masks, Modifier[] mods, BinaryOutputStream output)
           
 

Uses of BinaryOutputStream in jasm.lang
 

Methods in jasm.lang with parameters of type BinaryOutputStream
 void BytecodeAttribute.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
          This method requires the attribute to write itself to the binary stream.
 void BytecodeAttribute.Unknown.write(BinaryOutputStream writer, java.util.Map<Constant.Info,java.lang.Integer> constantPool)
           
 



Copyright © 2013 David J. Pearce. All Rights Reserved.