class S3FileManager extends FileManager
- Alphabetic
- By Inheritance
- S3FileManager
- FileManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
connect(): Unit
Connect to the file system
Connect to the file system
- Definition Classes
- S3FileManager → FileManager
-
def
copy(input: InputStream, output: OutputStream, copyBufferSize: Int, closeStreams: Boolean): Boolean
- Definition Classes
- FileManager
-
def
copy(input: InputStream, output: OutputStream): Boolean
- Definition Classes
- FileManager
-
def
deleteFile(path: String): Boolean
Attempts to delete the provided path.
Attempts to delete the provided path.
- path
The path to delete.
- returns
True if the path could be deleted.
- Definition Classes
- S3FileManager → FileManager
-
def
disconnect(): Unit
Disconnect from the file system
Disconnect from the file system
- Definition Classes
- S3FileManager → FileManager
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(path: String): Boolean
Checks the path to determine whether it exists or not.
Checks the path to determine whether it exists or not.
- path
The path to verify
- returns
True if the path exists, otherwise false.
- Definition Classes
- S3FileManager → FileManager
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDirectoryListing(path: String): List[FileInfo]
- Definition Classes
- FileManager
-
def
getFileListing(path: String): List[FileInfo]
Returns a list of file names at the given path.
Returns a list of file names at the given path.
- path
The path to list.
- returns
A list of files at the given path
- Definition Classes
- S3FileManager → FileManager
-
def
getInputStream(path: String, bufferSize: Int): InputStream
Creates a buffered input stream for the provided path.
Creates a buffered input stream for the provided path.
- path
The path to read data from
- bufferSize
The buffer size to apply to the stream
- returns
A buffered input stream
- Definition Classes
- S3FileManager → FileManager
-
def
getOutputStream(path: String, append: Boolean, bufferSize: Int): OutputStream
Creates a buffered output stream for the provided path.
Creates a buffered output stream for the provided path.
- path
The path where data will be written.
- append
Boolean flag indicating whether data should be appended. Default is true
- bufferSize
The buffer size to apply to the stream
- Definition Classes
- S3FileManager → FileManager
-
def
getSize(path: String): Long
Get the size of the file at the given path.
Get the size of the file at the given path. If the path is not a file, an exception will be thrown.
- path
The path to the file
- returns
size of the given file
- Definition Classes
- S3FileManager → FileManager
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rename(path: String, destPath: String): Boolean
Will attempt to rename the provided path to the destination path.
Will attempt to rename the provided path to the destination path.
- path
The path to rename.
- destPath
The destination path.
- returns
True if the path could be renamed.
- Definition Classes
- S3FileManager → FileManager
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()