Class Data.ByteData
java.lang.Object
com.codename1.io.Data.ByteData
- All Implemented Interfaces:
Data
- Enclosing interface:
Data
Wraps a byte[] array as a Data object.
Since
7.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Data
Data.ByteData, Data.FileData, Data.StorageData, Data.StringData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ByteData
public ByteData(byte[] bytes) Creates a new Data object that wraps a byte array.
Parameters
bytes
-
-
Method Details
-
appendTo
-
getSize
-