public class Read extends Object
| Constructor and Description |
|---|
Read() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBase64Encoded()
Set if the data is base64-encoded
|
String |
getData()
Data that were read.
|
Boolean |
getEof()
Set if the end-of-file condition occured while reading.
|
void |
setBase64Encoded(Boolean base64Encoded)
Set if the data is base64-encoded
|
void |
setData(String data)
Data that were read.
|
void |
setEof(Boolean eof)
Set if the end-of-file condition occured while reading.
|
public Boolean getBase64Encoded()
public void setBase64Encoded(Boolean base64Encoded)
public String getData()
public void setData(String data)
public Boolean getEof()
public void setEof(Boolean eof)
Copyright © 2020. All rights reserved.