Package org.evolvis.tartools.rfc822
Class Path.UnfoldedSubstring
- java.lang.Object
-
- org.evolvis.tartools.rfc822.Path.UnfoldedSubstring
-
- Enclosing class:
- Path
protected final class Path.UnfoldedSubstring extends Object
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 inPath.unfold(String), was necessary.- Author:
- mirabilos (t.glaser@tarent.de)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Returns the string representation of thisParser.Substring, in our case, an unfolded (seePath.unfold(String)) copy of the on-wire representation.
-
-
-
Method Detail
-
toString
public String 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
-
-