Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
F
G
H
L
N
O
P
S
Z
C
compareStreams(InputStream, InputStream)
- Static method in class org.ops4j.io.
StreamUtils
Compares if two streams are identical in their contents.
copyFile(File, File, StreamMonitor)
- Static method in class org.ops4j.io.
FileUtils
Copies a file.
copyReaderToStream(Reader, OutputStream, String, boolean)
- Static method in class org.ops4j.io.
StreamUtils
Copies the content of the Reader to the provided OutputStream using the provided encoding.
copyReaderToWriter(Reader, Writer, boolean)
- Static method in class org.ops4j.io.
StreamUtils
Copies the Reader to the Writer.
copyStream(InputStream, OutputStream, boolean)
- Static method in class org.ops4j.io.
StreamUtils
Copy a stream.
copyStream(StreamMonitor, URL, int, InputStream, OutputStream, boolean)
- Static method in class org.ops4j.io.
StreamUtils
Copy a stream.
copyStreamToWriter(InputStream, Writer, String, boolean)
- Static method in class org.ops4j.io.
StreamUtils
Copies an InputStream to a Writer.
D
delete(File)
- Static method in class org.ops4j.io.
FileUtils
Deletes the file or recursively deletes a directory depending on the file passed.
DirectoryLister
- Class in
org.ops4j.io
Implementation of lister that list content of a system file directory.
DirectoryLister(File, Pattern)
- Constructor for class org.ops4j.io.
DirectoryLister
Creates a new directory lister.
DirectoryLister(File, Pattern[], Pattern[])
- Constructor for class org.ops4j.io.
DirectoryLister
Creates a new directory lister.
F
FileUtils
- Class in
org.ops4j.io
Utility methods for manipulation of Files.
G
getFileFromClasspath(String)
- Static method in class org.ops4j.io.
FileUtils
Searches the classpath for the file denoted by the file path and returns the corresponding file.
H
HierarchicalIOException
- Exception in
org.ops4j.io
An
IOException
HierarchicalIOException(String)
- Constructor for exception org.ops4j.io.
HierarchicalIOException
Constructor.
HierarchicalIOException(String, Throwable)
- Constructor for exception org.ops4j.io.
HierarchicalIOException
Constructor.
HierarchicalIOException(Throwable)
- Constructor for exception org.ops4j.io.
HierarchicalIOException
Constructor.
L
list()
- Method in class org.ops4j.io.
DirectoryLister
Returns a list of urls the lister knows about.
list()
- Method in interface org.ops4j.io.
Lister
Returns a list of urls the lister knows about.
list()
- Method in class org.ops4j.io.
ZipLister
Returns a list of urls the lister knows about.
Lister
- Interface in
org.ops4j.io
List urls from different sources.
ListerUtils
- Class in
org.ops4j.io
Utility methods related to
Lister
.
N
notifyCompletion(URL)
- Method in class org.ops4j.io.
PrintStreamMonitor
Notify the monitor of the successful completion of a download process.
notifyError(URL, String)
- Method in class org.ops4j.io.
PrintStreamMonitor
Notify the monitor of the an error during the download process.
notifyUpdate(URL, int, int)
- Method in class org.ops4j.io.
PrintStreamMonitor
Notify the monitor of the update in the download status.
O
org.ops4j.io
- package org.ops4j.io
This package contains utilities for I/O operations.
P
parseFilter(String)
- Static method in class org.ops4j.io.
ListerUtils
Parses a usual filter into a regex pattern.
Pipe
- Class in
org.ops4j.io
Pipes asynchronously transfer data between process and system streams.
Pipe(InputStream, OutputStream)
- Constructor for class org.ops4j.io.
Pipe
Create an incoming pipe, from the external process to us.
Pipe(OutputStream, InputStream)
- Constructor for class org.ops4j.io.
Pipe
Create an outgoing pipe, from us to the external process.
PrintStreamMonitor
- Class in
org.ops4j.io
PrintStreamMonitor is a convenience implementation of the StreamMonitor for output to a PrintStream, such as
System.out
.
PrintStreamMonitor(PrintStream)
- Constructor for class org.ops4j.io.
PrintStreamMonitor
S
start(String)
- Method in class org.ops4j.io.
Pipe
Start piping data from input to output.
stop()
- Method in class org.ops4j.io.
Pipe
Stop piping data from input to output.
StreamUtils
- Class in
org.ops4j.io
Z
ZipLister
- Class in
org.ops4j.io
Implementation of lister that list content of a zip file.
ZipLister(URL, Enumeration<? extends ZipEntry>, Pattern)
- Constructor for class org.ops4j.io.
ZipLister
Creates a zip lister.
ZipLister(URL, Enumeration<? extends ZipEntry>, Pattern[], Pattern[])
- Constructor for class org.ops4j.io.
ZipLister
Creates a zip lister.
C
D
F
G
H
L
N
O
P
S
Z
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2010
OPS4J - Open Participation Software for Java
. All Rights Reserved.