public class LakeFSFileSystemOutputStream extends OutputStream
TODO(johnnyaug): do not hold everything in memory TODO(johnnyaug): support multipart uploads
| Constructor and Description |
|---|
LakeFSFileSystemOutputStream(HttpURLConnection connection,
LakeFSLinker linker) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic LakeFSFileSystemOutputStream(HttpURLConnection connection, LakeFSLinker linker) throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2024. All rights reserved.