We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9063e commit a725954Copy full SHA for a725954
smile/src/main/java/com/fasterxml/jackson/dataformat/smile/SmileFactory.java
@@ -378,6 +378,7 @@ public SmileGenerator createGenerator(OutputStream out) throws IOException {
378
/**
379
* @since 2.9
380
*/
381
+ @Override
382
public NonBlockingByteArrayParser createNonBlockingByteArrayParser() throws IOException {
383
IOContext ctxt = _createContext(null, false);
384
ByteQuadsCanonicalizer can = _byteSymbolCanonicalizer.makeChild(_factoryFeatures);
0 commit comments