Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedInput = fmt.Errorf("malformed input")
ErrMalformedInput returned when malformed input is encountered
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader knows how to read java serialized data
func (*Reader) ReadCharAsRune ¶
ReadCharAsRune attempts to read a java two byte char and return it as a rune
func (*Reader) ReadUTF ¶
ReadUTF attempts to reads a UTF-encoded string from the stream this method follows the specific alternate encoding desribed here: https://docs.oracle.com/javase/7/docs/api/java/io/DataInput.html
func (*Reader) ReadUint16 ¶
ReadUint16 attempts to reads a unsigned 16-bit integer from the stream
Click to show internal directories.
Click to hide internal directories.