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

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java1655 private ByteChunkQueue byteChunkQueue; field in class:RemoteEclipse.NonBlockingOutputStream
1664 byteChunkQueue = new ByteChunkQueue();
1715 byte[] copy_chunk = byteChunkQueue.retrieveChunk();
1748 byteChunkQueue.addChunk(byteChunk);
1863 // if the byteChunkQueue still has chunks, copy and flush them
1864 if(!byteChunkQueue.isEmpty())

Completed in 187 milliseconds