|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.arizona.cs.mbel.metadata.USStream
This class represents the user string stream in module metadata. User strings are UNICODE-16 strings, little-endian. They are single-null terminated.
Constructor Summary | |
USStream(MSILInputStream in,
long size)
Parses a USStream from an input stream, of the given size |
Method Summary | |
java.lang.String |
getStringByOffset(long off)
Returns a string from the user string stream, indexed by byte offset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public USStream(MSILInputStream in, long size) throws java.io.IOException
in
- the input streamsize
- the size in bytes of this USStreamMethod Detail |
public java.lang.String getStringByOffset(long off)
off
- the byte offset within the stream of the start of the string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |