public class UnpackData extends Object
| 构造器和说明 |
|---|
UnpackData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getInitialBytesToStrip() |
int |
getLength() |
int |
getLengthAdjustment() |
int |
getLengthFieldLength() |
int |
getLengthFieldOffset() |
int |
getMaxFrameLength() |
List<ByteHandler> |
getPackHandler() |
UnpackType |
getUnpackType() |
boolean |
isFailFast() |
void |
setFailFast(boolean failFast) |
void |
setInitialBytesToStrip(int initialBytesToStrip) |
void |
setLength(int length) |
void |
setLengthAdjustment(int lengthAdjustment) |
void |
setLengthFieldLength(int lengthFieldLength) |
void |
setLengthFieldOffset(int lengthFieldOffset) |
void |
setMaxFrameLength(int maxFrameLength) |
void |
setPackHandler(List<ByteHandler> packHandler) |
void |
setUnpackType(UnpackType unpackType) |
public int getMaxFrameLength()
public void setMaxFrameLength(int maxFrameLength)
public int getLengthFieldOffset()
public void setLengthFieldOffset(int lengthFieldOffset)
public int getLengthFieldLength()
public void setLengthFieldLength(int lengthFieldLength)
public int getLengthAdjustment()
public void setLengthAdjustment(int lengthAdjustment)
public int getInitialBytesToStrip()
public void setInitialBytesToStrip(int initialBytesToStrip)
public boolean isFailFast()
public void setFailFast(boolean failFast)
public int getLength()
public void setLength(int length)
public UnpackType getUnpackType()
public void setUnpackType(UnpackType unpackType)
public List<ByteHandler> getPackHandler()
public void setPackHandler(List<ByteHandler> packHandler)
Copyright © 2021. All rights reserved.