implicit final
class
FileWrapper extends AnyVal
Instance Constructors
-
new
FileWrapper(file: File)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
file: File
-
def
getBaseName(): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
getExtension(): String
-
final
def
isInstanceOf[T0]: Boolean
-
def
listFilesByRegex(pattern: String, caseSensitive: Boolean = true): Array[File]
-
def
listFilesByWildcard(wildcard: String, caseSensitive: Boolean = true): Array[File]
-
def
readByteArray(): Array[Byte]
-
def
readString(charset: Charset = UTF_8): String
-
def
readString(charset: String): String
-
def
toString(): String
-
def
wildcardMatch(wildcard: String, caseSensitive: Boolean = true): Boolean
-
def
writeByteArray(bytes: Array[Byte], off: Int, len: Int, append: Boolean = false): Unit
-
def
writeByteArray(bytes: Array[Byte], append: Boolean): Unit
-
def
writeByteArray(bytes: Array[Byte]): Unit
-
def
writeString(string: String, charset: Charset = UTF_8, append: Boolean = false): Unit
-
def
writeString(string: String, charset: Charset): Unit
-
def
writeString(string: String, charset: String, append: Boolean): Unit
-
def
writeString(string: String, charset: String): Unit
Inherited from AnyVal
Inherited from Any