public interface Protocol
Modifier and Type | Method and Description |
---|---|
List<Chunk> |
parseFrom(byte[] bytes) |
List<Chunk> |
parseFrom(InputStream input) |
byte[] |
toByteArray(List<Chunk> chunks) |
void |
writeTo(OutputStream output) |
void writeTo(OutputStream output)
List<Chunk> parseFrom(InputStream input)
Copyright © ${year} The Apache Software Foundation