Uses of Class
app.tozzi.uudecoder.exception.UUDecoderException
-
Packages that use UUDecoderException Package Description app.tozzi.uudecoder -
-
Uses of UUDecoderException in app.tozzi.uudecoder
Methods in app.tozzi.uudecoder that throw UUDecoderException Modifier and Type Method Description static booleanUUDecoder. containsUUEncodedAttachments(String content)Check if the content has uuencoded attachmentsstatic UUDecodedBeanUUDecoder. decode(String content)Extracts 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
-