Searched defs:ofByte (Results 1 – 4 of 4) sorted by relevance
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/ | ||
D | SpecialType.java | 13 public static SpecialType ofByte(int b) { in ofByte() method in SpecialType |
D | SimpleValueType.java | 22 public static SimpleValueType ofByte(int b) { in ofByte() method in SimpleValueType |
D | AdditionalInformation.java | 34 public static AdditionalInformation ofByte(int b) { in ofByte() method in AdditionalInformation |
D | MajorType.java | 103 public static MajorType ofByte(int b) { in ofByte() method in MajorType |