object
Using extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bufferedInputStream: Using[InputStream, BufferedInputStream]
-
def
bufferedOutputStream: Using[OutputStream, BufferedOutputStream]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
file[T](openF: (File) ⇒ T, closeF: (T) ⇒ Unit): OpenFile[T]
-
def
file[T <: Closeable](openF: (File) ⇒ T): OpenFile[T]
-
def
fileInputChannel: OpenFile[FileChannel]
-
def
fileInputStream: OpenFile[BufferedInputStream]
-
def
fileOutputChannel: OpenFile[FileChannel]
-
def
fileOutputStream(append: Boolean = false): OpenFile[BufferedOutputStream]
-
def
fileReader(charset: Charset): OpenFile[BufferedReader]
-
def
fileWriter(charset: Charset = IO.utf8, append: Boolean = false): OpenFile[BufferedWriter]
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
gzipInputStream: Using[InputStream, GZIPInputStream]
-
def
gzipOutputStream: Using[OutputStream, GZIPOutputStream]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
jarFile(verify: Boolean): OpenFile[JarFile]
-
def
jarInputStream: Using[InputStream, JarInputStream]
-
def
jarOutputStream: Using[OutputStream, JarOutputStream]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
resource[Source, T](openF: (Source) ⇒ T, closeF: (T) ⇒ Unit): Using[Source, T]
-
def
resource[Source, T <: Closeable](openF: (Source) ⇒ T): Using[Source, T]
-
def
streamReader: Using[(InputStream, Charset), InputStreamReader]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
urlInputStream: Using[URL, BufferedInputStream]
-
def
urlReader(charset: Charset): Using[URL, BufferedReader]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrap[Source, T](openF: (Source) ⇒ T, closeF: (T) ⇒ Unit)(implicit srcMf: Manifest[Source], targetMf: Manifest[T]): Using[Source, T]
-
def
wrap[Source, T <: Closeable](openF: (Source) ⇒ T)(implicit srcMf: Manifest[Source], targetMf: Manifest[T]): Using[Source, T]
-
def
zipEntry(zip: ZipFile): Using[ZipEntry, InputStream]
-
def
zipFile: OpenFile[ZipFile]
-
def
zipInputStream: Using[InputStream, ZipInputStream]
-
def
zipOutputStream: Using[OutputStream, ZipOutputStream]
Inherited from AnyRef
Inherited from Any