Uses of Class
org.xipki.apppackage.cbor.CborDecoder
-
Packages that use CborDecoder Package Description org.xipki.apppackage -
-
Uses of CborDecoder in org.xipki.apppackage
Methods in org.xipki.apppackage with parameters of type CborDecoder Modifier and Type Method Description static FileInfoFileInfo. decode(CborDecoder decoder)static PathInfoPathInfo. decode(CborDecoder decoder)static ZipEntryInfoZipEntryInfo. decode(CborDecoder decoder)static ZipFileInfoZipFileInfo. decode(CborDecoder decoder)static booleanMyUtil. isNull(CborDecoder decoder)static intMyUtil. readArrayStart(int expectedArrayLen, CborDecoder decoder)static byte[]MyUtil. readByteString(CborDecoder decoder)static LongMyUtil. readLong(CborDecoder decoder)static StringMyUtil. readText(CborDecoder decoder)static List<String>MyUtil. readTextList(CborDecoder decoder)
-