public static class LongStringHelper.ByteArrayLongString extends Object implements LongString
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
bytes |
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
MAX_LENGTH
Constructor and Description |
---|
ByteArrayLongString(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getBytes() |
InputStream |
getStream() |
int |
hashCode() |
long |
length() |
String |
toString() |
private static final long serialVersionUID
byte[] bytes
public byte[] getBytes()
getBytes
in interface LongString
public InputStream getStream() throws IOException
getStream
in interface LongString
IOException
public long length()
length
in interface LongString
Copyright © 2020 ScalAgent D.T.. All rights reserved.