public static class VendorSegment.RangeEntry
extends io.kaitai.struct.KaitaiStruct
| Constructor and Description |
|---|
RangeEntry(io.kaitai.struct.KaitaiStream _io) |
RangeEntry(io.kaitai.struct.KaitaiStream _io,
VendorSegment.RangeSection _parent) |
RangeEntry(io.kaitai.struct.KaitaiStream _io,
VendorSegment.RangeSection _parent,
VendorSegment _root) |
| Modifier and Type | Method and Description |
|---|---|
VendorSegment.RangeSection |
_parent() |
VendorSegment |
_root() |
Long |
endVendorId() |
static VendorSegment.RangeEntry |
fromFile(String fileName) |
boolean |
isARange() |
long |
startOrOnlyVendorId() |
public RangeEntry(io.kaitai.struct.KaitaiStream _io)
public RangeEntry(io.kaitai.struct.KaitaiStream _io,
VendorSegment.RangeSection _parent)
public RangeEntry(io.kaitai.struct.KaitaiStream _io,
VendorSegment.RangeSection _parent,
VendorSegment _root)
public static VendorSegment.RangeEntry fromFile(String fileName) throws IOException
IOExceptionpublic boolean isARange()
public long startOrOnlyVendorId()
public Long endVendorId()
public VendorSegment _root()
public VendorSegment.RangeSection _parent()
Copyright © 2020. All rights reserved.