|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteListener | |
|---|---|
| org.littleshoot.util | |
| Uses of WriteListener in org.littleshoot.util |
|---|
| Classes in org.littleshoot.util that implement WriteListener | |
|---|---|
class |
NoOpWriteListener
Write listener that does nothing on write events. |
| Methods in org.littleshoot.util with parameters of type WriteListener | |
|---|---|
static int |
IoUtils.copy(InputStream is,
OutputStream os,
WriteListener listener)
Copy bytes from an InputStream to an
OutputStream. |
static long |
IoUtils.copy(InputStream is,
RandomAccessFile raf,
long offset,
long length,
LongRangeListener lrl,
WriteListener wl)
Copy method for copying data from an InputStream to a
RandomAccessFile. |
| Constructors in org.littleshoot.util with parameters of type WriteListener | |
|---|---|
FileInputStreamHandler(File file,
WriteListener writeListener)
Creates a new stream handler that will write the InputStream to the specified File. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||