Class TypeLengthValueUtils
- java.lang.Object
-
- io.github.hapjava.server.impl.pairing.TypeLengthValueUtils
-
public class TypeLengthValueUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeLengthValueUtils.DecodeResultstatic classTypeLengthValueUtils.Encoder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeLengthValueUtils.DecodeResultdecode(byte[] content)static TypeLengthValueUtils.EncodergetEncoder()
-
-
-
Method Detail
-
decode
public static TypeLengthValueUtils.DecodeResult decode(byte[] content) throws IOException
- Throws:
IOException
-
getEncoder
public static TypeLengthValueUtils.Encoder getEncoder()
-
-