Modifier and Type | Method and Description |
---|---|
protected AbstractSnappyInputStream.FrameData |
SnappyFramedInputStream.getFrameData(byte[] frameHeader,
byte[] content,
int length) |
protected abstract AbstractSnappyInputStream.FrameData |
AbstractSnappyInputStream.getFrameData(byte[] frameHeader,
byte[] content,
int length)
Take the frame header and the content of the frame to describe metadata
about the content.
|
protected AbstractSnappyInputStream.FrameData |
SnappyInputStream.getFrameData(byte[] frameHeader,
byte[] content,
int length)
Deprecated.
|