Package app.tozzi.util
Class UUEncodingUtils
java.lang.Object
app.tozzi.util.UUEncodingUtils
UUEncoding/UUDecoding management
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsEncodedAttachments(String content) Checks if the content is encoded with uuencode encodingstatic List<Attachment>decodeAttachments(String content) Decode and extracts uuencoded attachmentsstatic intgetNextBeginIndex(String content) Calculates uuencoding begin index
-
Constructor Details
-
UUEncodingUtils
public UUEncodingUtils()
-
-
Method Details
-
containsEncodedAttachments
Checks if the content is encoded with uuencode encoding- Parameters:
content- content- Returns:
- true/false
-
decodeAttachments
Decode and extracts uuencoded attachments- Parameters:
content- content- Returns:
- attachments
-
getNextBeginIndex
Calculates uuencoding begin index- Parameters:
content- content- Returns:
- index
-