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