File
Doc
Category
Size
Date
Package
IClassFormatOutput.java
API Doc
Android 1.5 API
1061
Wed May 06 22:41:16 BST 2009
com.vladium.jcd.compiler
IClassFormatOutput
public interface IClassFormatOutput
Our class tables and nested table structures support this interface so that they could be serialized into binary format as per .class layout format.
author
(C) 2001, Vlad Roubtsov
Fields Summary
Constructors Summary
Methods Summary
public void
writeInClassFormat
(
com.vladium.jcd.lib.UDataOutputStream
out)
Java Code Source