public class RecordShrinkArray
extends lev.LShrinkArray
SPImporter
Constructor and Description |
---|
RecordShrinkArray() |
RecordShrinkArray(byte[] in) |
RecordShrinkArray(lev.LImport rhs,
int high) |
RecordShrinkArray(lev.LShrinkArray rhs) |
Modifier and Type | Method and Description |
---|---|
FormID |
extractFormID(Mod modToStandardizeTo)
Extracts the next four bytes of data and interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
FormID |
extractFormID(ModListing modToStandardizeTo)
Extracts the next four bytes of data and interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
FormID |
extractFormID(java.lang.String type,
Mod modToStandardizeTo)
Scans to the typestring, skips the length bytes (2),
and extracts 4 bytes of data interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
FormID |
extractFormID(java.lang.String type,
ModListing modToStandardizeTo)
Scans to the typestring, skips the length bytes (2),
and extracts 4 bytes of data interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
long |
pos() |
void |
pos(long in) |
available, close, extract, extractUntil, extractUntil, isDone, jumpBack, skip, toString
correctForCompression, extract, extractAllBytes, extractAllString, extractBool, extractFloat, extractInt, extractInt, extractInts, extractInts, extractLine, extractLong, extractString, extractString, extractString, extractUntil, extractUntil, extractUntil, extractUntil, getAllBytes, getBytes, getInts, getString, getString, read, scanTo
public RecordShrinkArray(lev.LImport rhs, int high)
rhs
- high
- public RecordShrinkArray(lev.LShrinkArray rhs)
rhs
- public RecordShrinkArray()
public RecordShrinkArray(byte[] in)
in
- public long pos()
pos
in class lev.LShrinkArray
public void pos(long in)
pos
in class lev.LShrinkArray
public FormID extractFormID(Mod modToStandardizeTo)
modToStandardizeTo
- public FormID extractFormID(ModListing modToStandardizeTo)
modToStandardizeTo
- public FormID extractFormID(java.lang.String type, Mod modToStandardizeTo)
type
- modToStandardizeTo
- public FormID extractFormID(java.lang.String type, ModListing modToStandardizeTo)
type
- modToStandardizeTo
-