| Package | Description |
|---|---|
| com.upplication.s3fs | |
| com.upplication.s3fs.attribute | |
| com.upplication.s3fs.util |
| Modifier and Type | Method and Description |
|---|---|
S3Path |
S3FileSystem.getPath(String first,
String... more) |
S3Path |
S3FileStore.getRootDirectory() |
S3Path |
S3Iterator.next() |
| Constructor and Description |
|---|
S3FileChannel(S3Path path,
Set<? extends OpenOption> options) |
S3Iterator(S3Path path) |
S3Iterator(S3Path path,
boolean incremental) |
S3ReadOnlySeekableByteChannel(S3Path path,
Set<? extends OpenOption> options)
Open or creates a file, returning a seekable byte channel
|
S3SeekableByteChannel(S3Path path,
Set<? extends OpenOption> options)
Open or creates a file, returning a seekable byte channel
|
| Constructor and Description |
|---|
S3BasicFileAttributeView(S3Path s3Path) |
S3PosixFileAttributeView(S3Path s3Path) |
| Modifier and Type | Method and Description |
|---|---|
S3BasicFileAttributes |
S3Utils.getS3FileAttributes(S3Path s3Path)
getS3FileAttributes for the s3Path
|
com.amazonaws.services.s3.model.S3ObjectSummary |
S3Utils.getS3ObjectSummary(S3Path s3Path)
Get the
S3ObjectSummary that represent this Path or her first child if this path not exists |
S3PosixFileAttributes |
S3Utils.getS3PosixFileAttributes(S3Path s3Path)
get the S3PosixFileAttributes for a S3Path
|
Copyright © 2018. All rights reserved.