Interface OctoBitConverter<T>

All Known Implementing Classes:
OctoConvSIntBigIndian, OctoConvSLongBigIndian, OctoConvStringCharset, OctoConvStringHex, OctoConvStringHexUtf8, OctoConvStringIDN, OctoConvUIntBigIndian

public interface OctoBitConverter<T>
October bit converter.
Version:
©Δ∞ 仙上主天
Author:
للَّٰهِilLצسُو
  • Method Summary

    Modifier and Type
    Method
    Description
    fromBytes(byte[] data)
     
    byte[]
    toBytes(T value)
     
  • Method Details

    • fromBytes

      T fromBytes(byte[] data)
    • toBytes

      byte[] toBytes(T value)