Uses of Class
app.tozzi.uudecoder.exception.UUDecoderException
Packages that use UUDecoderException
-
Uses of UUDecoderException in app.tozzi.uudecoder
Methods in app.tozzi.uudecoder that throw UUDecoderExceptionModifier and TypeMethodDescriptionstatic booleanUUDecoder.containsUUEncodedAttachments(String content) Check if the content has uuencoded attachmentsstatic UUDecodedBeanExtracts uudecoded content and attachments from EML text uuencoded contentstatic intUUDecoder.getNextBeginIndex(String content) Finds the first index containing the identifier beginstatic StringUUDecoder.getNextUUEncodedString(String content) Extracts next uuencoded string from EML text contentstatic List<UUDecoder.UUDecodedAttachment> UUDecoder.getUUDecodedAttachments(String content) Extracts uudecoded attachments from EML text uuencoded content