Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
Acquired() |
Acquired(RangeSet transfers) |
Modifier and Type | Method and Description |
---|---|
Acquired |
clearTransfers() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
RangeSet |
getTransfers() |
boolean |
hasPayload() |
boolean |
hasTransfers() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
Acquired |
setTransfers(RangeSet value) |
Acquired |
transfers(RangeSet value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
public static final int TYPE
public Acquired()
public Acquired(RangeSet transfers)
public final int getStructType()
getStructType
in class Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public final boolean hasPayload()
public final byte getEncodedTrack()
public final boolean isConnectionControl()
public final boolean hasTransfers()
public final Acquired clearTransfers()
public final RangeSet getTransfers()
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.