class SimpleDownloadFile extends DownloadFile
A DownloadFile that does not take any encryption settings into account for reading and writing data.
This does *not* mean the data in the file is un-encrypted -- it could be that the data is already encrypted when its written, and subsequent layer is responsible for decrypting.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleDownloadFile
- DownloadFile
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleDownloadFile(file: File, transportConf: TransportConf)
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
delete(): Boolean
Delete the file.
Delete the file.
- returns
trueif and only if the file or directory is successfully deleted;falseotherwise
- Definition Classes
- SimpleDownloadFile → DownloadFile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
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
openForWriting(): DownloadFileWritableChannel
A channel for writing data to the file.
A channel for writing data to the file. This special channel allows access to the data for reading, after the channel is closed, via
DownloadFileWritableChannel#closeAndRead().- Definition Classes
- SimpleDownloadFile → DownloadFile
-
def
path(): String
The path of the file, intended only for debug purposes.
The path of the file, intended only for debug purposes.
- Definition Classes
- SimpleDownloadFile → DownloadFile
-
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()