MemoryCacheImageOutputStream.java | 39 * The ramc. 41 RandomAccessMemoryCache ramc = new RandomAccessMemoryCache(); field in class:MemoryCacheImageOutputStream 61 ramc.putData(b, streamPos); 69 ramc.putData(b, off, len, streamPos); 77 int res = ramc.getData(streamPos); 88 int res = ramc.getData(b, off, len, streamPos); 97 return ramc.length(); 119 ramc.close(); 130 ramc.getData(os, nBytes, flushedPosition); 131 ramc.freeBefore(newFlushedPosition) [all...] |