Searched refs:sBuffer (Results 1 – 1 of 1) sorted by relevance
7578 private static AtomicReference<byte[]> sBuffer = new AtomicReference<byte[]>(); field in PackageParser7581 byte[] buffer = sBuffer.getAndSet(null); in readFullyIgnoringContents()7592 sBuffer.set(buffer); in readFullyIgnoringContents()