|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.huxhorn.lilith.sender.ZeroDelimitedWriteByteStrategy
public class ZeroDelimitedWriteByteStrategy
| Constructor Summary | |
|---|---|
ZeroDelimitedWriteByteStrategy()
|
|
| Method Summary | |
|---|---|
void |
writeBytes(java.io.DataOutputStream dataOutputStream,
byte[] bytes)
Writes the byte array if it contains any data, followed by a zero-byte. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZeroDelimitedWriteByteStrategy()
| Method Detail |
|---|
public void writeBytes(java.io.DataOutputStream dataOutputStream,
byte[] bytes)
throws java.io.IOException
writeBytes in interface WriteByteStrategydataOutputStream - the stream the bytes will be written to.bytes - the bytes that are written
java.io.IOException - if an exception is thrown while writing the bytes.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||