Uses of Class
org.iq80.snappy.AbstractSnappyInputStream.FrameData
-
-
Uses of AbstractSnappyInputStream.FrameData in org.iq80.snappy
Methods in org.iq80.snappy that return AbstractSnappyInputStream.FrameData Modifier and Type Method Description 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
SnappyFramedInputStream. getFrameData(byte[] frameHeader, byte[] content, int length)
protected AbstractSnappyInputStream.FrameData
SnappyInputStream. getFrameData(byte[] frameHeader, byte[] content, int length)
Deprecated.
-