Class Data.StringData
java.lang.Object
com.codename1.io.Data.StringData
- All Implemented Interfaces:
Data
- Enclosing interface:
Data
-
Nested Class Summary
Nested classes/interfaces inherited from interface Data
Data.ByteData, Data.FileData, Data.StorageData, Data.StringData -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringData
-
StringData
-
-
Method Details
-
appendTo
public void appendTo(java.io.OutputStream output) throws java.io.IOException Description copied from interface:DataAppends the data's content to an output stream.
Parameters
output: The output stream to append to.
Throws
IOException
-
getSize
-