|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.io.IOEvent
public abstract class IOEvent
| Nested Class Summary | |
|---|---|
static class |
IOEvent.Close
|
static class |
IOEvent.Failure
|
static class |
IOEvent.Flush
|
static class |
IOEvent.Local
|
static class |
IOEvent.LocalProgress
|
static class |
IOEvent.Open
|
static class |
IOEvent.Read
|
static class |
IOEvent.ReadByte
|
static class |
IOEvent.ReadByteArray
|
static class |
IOEvent.Write
|
static class |
IOEvent.WriteByte
|
static class |
IOEvent.WriteByteArray
|
| Constructor Summary | |
|---|---|
IOEvent()
|
|
| Method Summary | |
|---|---|
static IOEvent.Close |
close()
|
static IOEvent.Failure |
failure(IOException cause)
|
static IOEvent.Flush |
flush()
|
static IOEvent.Open |
open()
|
static IOEvent.LocalProgress |
progress(File file,
long current,
long max)
|
static IOEvent.ReadByteArray |
read(byte[] array)
|
static IOEvent.ReadByteArray |
read(byte[] array,
int offset,
int length)
|
static IOEvent.ReadByte |
read(int value)
|
static IOEvent.WriteByteArray |
write(byte[] array)
|
static IOEvent.WriteByteArray |
write(byte[] array,
int offset,
int length)
|
static IOEvent.WriteByte |
write(int value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOEvent()
| Method Detail |
|---|
public static IOEvent.Close close()
public static IOEvent.Flush flush()
public static IOEvent.Open open()
public static IOEvent.Failure failure(IOException cause)
public static IOEvent.ReadByte read(int value)
public static IOEvent.ReadByteArray read(byte[] array)
public static IOEvent.ReadByteArray read(byte[] array,
int offset,
int length)
public static IOEvent.WriteByte write(int value)
public static IOEvent.WriteByteArray write(byte[] array)
public static IOEvent.WriteByteArray write(byte[] array,
int offset,
int length)
public static IOEvent.LocalProgress progress(File file,
long current,
long max)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||