| Package | Description |
|---|---|
| com.wowza.io |
| Modifier and Type | Method | Description |
|---|---|---|
HTTPByteReaderResult |
HTTPByteReader.delete(String path) |
|
HTTPByteReaderResult |
HTTPByteWriter.delete(String path) |
|
HTTPByteReaderResult |
HTTPByteReader.deleteDirect(String path) |
|
HTTPByteReaderResult |
HTTPByteWriter.deleteDirect(String path) |
|
HTTPByteReaderResult |
HTTPByteReader.read(String path,
long pos,
int flen) |
|
HTTPByteReaderResult |
HTTPByteReader.readDirect(String path,
long pos,
int flen) |
|
HTTPByteReaderResult |
HTTPByteReader.write(String path,
byte[] buffer,
int offset,
int len) |
|
HTTPByteReaderResult |
HTTPByteReader.write(String path,
PacketFragmentList fragmentList) |
|
HTTPByteReaderResult |
HTTPByteReader.write(String path,
String str) |
|
HTTPByteReaderResult |
HTTPByteWriter.write(String method,
String path,
byte[] buffer,
int offset,
int len) |
|
HTTPByteReaderResult |
HTTPByteWriter.write(String method,
String path,
PacketFragmentList fragmentList) |
|
HTTPByteReaderResult |
HTTPByteWriter.write(String method,
String path,
String str) |
|
HTTPByteReaderResult |
HTTPByteReader.writeDirect(String path,
PacketFragmentList fragmentList) |
|
HTTPByteReaderResult |
HTTPByteWriter.writeDirect(String method,
String path,
PacketFragmentList fragmentList) |