Package net.jpountz.lz4
Class LZ4FrameOutputStream.FLG
- java.lang.Object
-
- net.jpountz.lz4.LZ4FrameOutputStream.FLG
-
- Enclosing class:
- LZ4FrameOutputStream
public static class LZ4FrameOutputStream.FLG extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LZ4FrameOutputStream.FLG.Bits
-
Constructor Summary
Constructors Constructor Description FLG(int version, LZ4FrameOutputStream.FLG.Bits... bits)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LZ4FrameOutputStream.FLG
fromByte(byte flg)
int
getVersion()
boolean
isEnabled(LZ4FrameOutputStream.FLG.Bits bit)
byte
toByte()
-
-
-
Constructor Detail
-
FLG
public FLG(int version, LZ4FrameOutputStream.FLG.Bits... bits)
-
-
Method Detail
-
fromByte
public static LZ4FrameOutputStream.FLG fromByte(byte flg)
-
toByte
public byte toByte()
-
isEnabled
public boolean isEnabled(LZ4FrameOutputStream.FLG.Bits bit)
-
getVersion
public int getVersion()
-
-