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