Searched refs:getCorpus (Results 1 – 6 of 6) sorted by relevance
93 byte[] corpus1 = window.getCorpus(); in testGetCorpus()98 byte[] corpus2 = window.getCorpus(); in testGetCorpus()
46 private final static byte[] CONTENT = new DefaultDeflateCompatibilityWindow().getCorpus();
41 private final static byte[] CONTENT = new DefaultDeflateCompatibilityWindow().getCorpus();
53 testData = new DefaultDeflateCompatibilityWindow().getCorpus(); in setup()
116 corpusText = new String(new DefaultDeflateCompatibilityWindow().getCorpus(), "US-ASCII"); in makeUnitTestZipEntry()
259 public byte[] getCorpus() { in getCorpus() method in DefaultDeflateCompatibilityWindow