| Modifier and Type | Method and Description |
|---|---|
FileInfo |
UploadedFileHelper.createFile(String filename,
String mimeType,
InputStream inputStream)
We have a filename, a mimetype, and some content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileStorageImplWrapper.createFile(String id,
String filename,
InputStream bytes) |
void |
FileStorageImpl.createFile(String id,
String filename,
InputStream bytes)
Before creating the file, we may need to create one or more parent
directories to put it in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileStorage.createFile(String id,
String filename,
InputStream bytes)
Store the bytes from this stream as a file with the specified ID and
filename.
|
Copyright © 2021. All rights reserved.