Uses of Class
org.xipki.apppackage.cbor.CborDecoder
Packages that use CborDecoder
-
Uses of CborDecoder in org.xipki.apppackage
Methods in org.xipki.apppackage with parameters of type CborDecoderModifier and TypeMethodDescriptionstatic 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) MyUtil.readTextList(CborDecoder decoder)