Package org.evolvis.tartools.rfc822
Class Path.UnfoldedSubstring
java.lang.Object
org.evolvis.tartools.rfc822.Path.UnfoldedSubstring
- Enclosing class:
- Path
Representation for a substring of the input string, FWS unfolded.
toString() will return the (unfolded) wire representation,
getData() the unfolded user representation. Neither are true
substrings of the input any more if unfolding, as in Path.unfold(String),
was necessary.
- Author:
- mirabilos (t.glaser@tarent.de)
-
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the string representation of thisParser.Substring, in our case, an unfolded (seePath.unfold(String)) copy of the on-wire representation.
-
Method Details
-
toString
Returns the string representation of thisParser.Substring, in our case, an unfolded (seePath.unfold(String)) copy of the on-wire representation.- Returns:
- String representation
-