java.lang.Object
com.aoapps.io.buffer.StringResult
- All Implemented Interfaces:
- BufferResult,- Writable
A result contained in a single 
String.- Author:
- AO Industries, Inc.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongbooleantoString()trim()Trims the contents of this result, as per rules ofStrings.isWhitespace(int), returning the instance that represents this result trimmed.voidvoidvoidvoid
- 
Constructor Details- 
StringResult
- 
StringResult
 
- 
- 
Method Details- 
getLengthpublic long getLength()
- 
isFastToStringpublic boolean isFastToString()- Specified by:
- isFastToStringin interface- Writable
 
- 
toString
- 
writeTo- Specified by:
- writeToin interface- Writable
- Throws:
- IOException
 
- 
writeTo- Specified by:
- writeToin interface- Writable
- Throws:
- IOException
 
- 
writeTo- Specified by:
- writeToin interface- Writable
- Throws:
- IOException
 
- 
writeTo- Specified by:
- writeToin interface- Writable
- Throws:
- IOException
 
- 
trimDescription copied from interface:BufferResultTrims the contents of this result, as per rules ofStrings.isWhitespace(int), returning the instance that represents this result trimmed.All implementations cache the result for constant-time secondary access. - Specified by:
- trimin interface- BufferResult
- Specified by:
- trimin interface- Writable
 
 
- 

