public class FastLogContent extends Object
| Constructor and Description |
|---|
FastLogContent(byte[] rawBytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginOffset() |
int |
getEndOffset() |
String |
getKey() |
String |
getKey(String charset) |
byte[] |
getKeyBytes() |
int |
getKeyLength() |
int |
getKeyOffset() |
byte[] |
getRawBytes() |
String |
getValue() |
String |
getValue(String charset) |
byte[] |
getValueBytes() |
int |
getValueLength() |
int |
getValueOffset() |
public String getKey()
public String getKey(String charset) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic String getValue()
public String getValue(String charset) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic byte[] getKeyBytes()
public byte[] getValueBytes()
public byte[] getRawBytes()
public int getBeginOffset()
public int getEndOffset()
public int getKeyOffset()
public int getKeyLength()
public int getValueOffset()
public int getValueLength()
Copyright © 2025. All Rights Reserved.