|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface WriteByteStrategy
| Method Summary | |
|---|---|
void |
writeBytes(java.io.DataOutputStream dataOutputStream,
byte[] bytes)
Writes the given bytes to dataOutputStream in an implementation-specific way. |
| Method Detail |
|---|
void writeBytes(java.io.DataOutputStream dataOutputStream,
byte[] bytes)
throws java.io.IOException
dataOutputStream - 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 | |||||||