All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lti.java.jcf.JcfClassOutputStream

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----java.io.FilterOutputStream
                   |
                   +----java.io.DataOutputStream
                           |
                           +----lti.java.jcf.JcfClassOutputStream

public class JcfClassOutputStream
extends DataOutputStream
implements JcfClassOutput
A simple implementation of JcfClassOutput that extends DataOutputStream.


Constructor Index

 o JcfClassOutputStream(OutputStream)

Method Index

 o writeCPRef(int)
 o writeIntVerbatim(int)
 o writeShortMax(int, int)
 o writeShortVerbatim(int)

Constructors

 o JcfClassOutputStream
 public JcfClassOutputStream(OutputStream fos) throws IOException

Methods

 o writeCPRef
 public void writeCPRef(int cpIndex) throws IOException
 o writeShortVerbatim
 public void writeShortVerbatim(int value) throws IOException
 o writeIntVerbatim
 public void writeIntVerbatim(int value) throws IOException
 o writeShortMax
 public void writeShortMax(int value,
                           int maxValue) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index