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