getLength method
Returns the length of type T.
Implementation
@override
int getLength(SSHChannelData chunk) {
return chunk.bytes.length;
}
Returns the length of type T.
@override
int getLength(SSHChannelData chunk) {
return chunk.bytes.length;
}