public class DownloadedFile<T> extends Object
| Constructor and Description |
|---|
DownloadedFile() |
DownloadedFile(String filename,
byte[] contents) |
DownloadedFile(String filename,
T contents) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContents() |
String |
getFilename() |
void |
setContents(byte[] contents) |
void |
setFilename(String filename) |
public DownloadedFile()
public DownloadedFile(String filename, byte[] contents)
Copyright 2022 OneSpan All rights reserved.