We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 145e984 + 9e19bc6 commit e35ab0dCopy full SHA for e35ab0d
1 file changed
fastfilter/src/main/java/org/fastfilter/xor/Xor8.java
@@ -164,6 +164,7 @@ private int fingerprint(long hash) {
164
return (int) (hash & ((1 << BITS_PER_FINGERPRINT) - 1));
165
}
166
167
+ @Deprecated
168
public byte[] getData() {
169
try {
170
ByteArrayOutputStream out = new ByteArrayOutputStream();
@@ -177,6 +178,7 @@ public byte[] getData() {
177
178
179
180
181
182
public Xor8(InputStream in) {
183
184
DataInputStream din = new DataInputStream(in);
0 commit comments