public class VersionedDataInputStream
extends java.io.DataInputStream
Constructor and Description |
---|
VersionedDataInputStream(java.io.InputStream is,
ConstantPoolReader constantPoolReader) |
Modifier and Type | Method and Description |
---|---|
boolean |
canDecompress() |
long |
getBuildstamp() |
int |
getMajorVersion() |
int |
getMinorVersion() |
boolean |
isAtLeast169() |
java.lang.String |
readPath() |
java.lang.String |
readSignature() |
UnresolvedType |
readSignatureAsUnresolvedType() |
java.lang.String |
readUtf8(int cpIndex) |
void |
setVersion(AjAttribute.WeaverVersionInfo version) |
java.lang.String |
toString() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
public VersionedDataInputStream(java.io.InputStream is, ConstantPoolReader constantPoolReader)
public int getMajorVersion()
public int getMinorVersion()
public long getBuildstamp()
public void setVersion(AjAttribute.WeaverVersionInfo version)
public java.lang.String readUtf8(int cpIndex)
public boolean canDecompress()
public boolean isAtLeast169()
public java.lang.String readPath() throws java.io.IOException
java.io.IOException
public java.lang.String readSignature() throws java.io.IOException
java.io.IOException
public UnresolvedType readSignatureAsUnresolvedType() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object