Searched refs:currentByteChunk (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java944 private byte[] currentByteChunk; field in class:RemoteEclipse.FromEclipseQueueBuffer
957 currentByteChunk = null;
960 // will be stored in the currentByteChunk until it is exhausted).
965 // method to move currentByteChunk on to the next member of the queue.
967 // current byte chunk. Otherwise the currentByteChunk is set to null.
972 currentByteChunk = (byte []) byteChunkVector.remove(0);
976 currentByteChunk = null;
978 // we read from the beginning of the new currentByteChunk
993 if(readFromCurrentByteChunk == currentByteChunk.length)
1000 signed_byte = currentByteChunk[readFromCurrentByteChun
[all...]

Completed in 73 milliseconds