public class EncodedData<T> extends Object
| Constructor and Description |
|---|
EncodedData(Encoding encoding,
int encodedDataLength,
T encodedOutput)
Constructor to get the new object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEncodedDataLength()
Returns the length of encoded data.
|
T |
getEncodedOutput() |
Encoding |
getEncoding()
Returns the encoding name.
|
void |
setEncodedDataLength(int encodedDataLength)
Sets the length of encoded data.
|
void |
setEncodedOutput(T encodedOutput) |
void |
setEncoding(Encoding encoding)
Sets the encoding name.
|
public void setEncoding(Encoding encoding)
encoding - public int getEncodedDataLength()
public void setEncodedDataLength(int encodedDataLength)
encodedDataLength - public T getEncodedOutput()
public void setEncodedOutput(T encodedOutput)
Copyright © 2010 - 2020 Adobe. All Rights Reserved