Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
File.Builder |
File.Builder.bytesValue(byte[] bytes)
Sets the byte sequence representing the file upload data segment.
|
File.Builder |
File.Builder.contentType(java.lang.String contentType)
Sets the file content type determined by the file extension.
|
File.Builder |
File.Builder.name(java.lang.String name) |
static File.Builder |
File.newBuilder()
Creates a new
File builder. |
File.Builder |
File.Builder.pathValue(java.nio.file.Path path)
Sets the file path.
|