Package com.fasterxml.jackson.core.util
Class ReadConstrainedTextBuffer
java.lang.Object
com.fasterxml.jackson.core.util.TextBuffer
com.fasterxml.jackson.core.util.ReadConstrainedTextBuffer
-
Constructor Summary
ConstructorsConstructorDescriptionReadConstrainedTextBuffer
(StreamReadConstraints streamReadConstraints, BufferRecycler bufferRecycler) -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.util.TextBuffer
append, append, append, bufferRecycler, contentsAsArray, contentsAsDecimal, contentsAsDouble, contentsAsDouble, contentsAsFloat, contentsAsFloat, contentsAsInt, contentsAsLong, contentsAsString, contentsToWriter, emptyAndGetCurrentSegment, ensureNotShared, expandCurrentSegment, expandCurrentSegment, finishAndReturn, finishCurrentSegment, fromInitial, getBufferWithoutReset, getCurrentSegment, getCurrentSegmentSize, getTextBuffer, getTextOffset, hasTextAsCharacters, releaseBuffers, resetWith, resetWithCopy, resetWithCopy, resetWithEmpty, resetWithShared, resetWithString, setCurrentAndReturn, setCurrentLength, size, toString
-
Constructor Details
-
ReadConstrainedTextBuffer
public ReadConstrainedTextBuffer(StreamReadConstraints streamReadConstraints, BufferRecycler bufferRecycler)
-