Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
FragmentProperties() |
FragmentProperties(long fragmentSize,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
FragmentProperties |
clearFirst() |
FragmentProperties |
clearFragmentSize() |
FragmentProperties |
clearLast() |
FragmentProperties |
first(boolean value) |
FragmentProperties |
fragmentSize(long value) |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
boolean |
getFirst() |
long |
getFragmentSize() |
boolean |
getLast() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasFirst() |
boolean |
hasFragmentSize() |
boolean |
hasLast() |
boolean |
hasPayload() |
boolean |
isConnectionControl() |
FragmentProperties |
last(boolean value) |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
FragmentProperties |
setFirst(boolean value) |
FragmentProperties |
setFragmentSize(long value) |
FragmentProperties |
setLast(boolean value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
public static final int TYPE
public FragmentProperties()
public FragmentProperties(long fragmentSize, Option... _options)
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 hasFirst()
public final FragmentProperties clearFirst()
public final boolean getFirst()
public final FragmentProperties setFirst(boolean value)
public final FragmentProperties first(boolean value)
public final boolean hasLast()
public final FragmentProperties clearLast()
public final boolean getLast()
public final FragmentProperties setLast(boolean value)
public final FragmentProperties last(boolean value)
public final boolean hasFragmentSize()
public final FragmentProperties clearFragmentSize()
public final long getFragmentSize()
public final FragmentProperties setFragmentSize(long value)
public final FragmentProperties fragmentSize(long value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.