com.epam.mdp.full.storages
Interface ReadBytesBinaryMessage

All Superinterfaces:
BinaryMessage

public interface ReadBytesBinaryMessage
extends BinaryMessage


Method Summary
 byte[] readBytes(int numOfBytes)
          Read bytes methods.
 
Methods inherited from interface com.epam.mdp.full.storages.BinaryMessage
hasNext, next, next, nextLong
 

Method Detail

readBytes

byte[] readBytes(int numOfBytes)
Read bytes methods.

This method useful when need to read number of bytes from buffer.

Parameters:
numOfBytes - the num of bites
Returns:
the result buffer


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.