Tabnine Logo
UTF32Reader.freeBuffers
Code IndexAdd Tabnine to your IDE (free)

How to use
freeBuffers
method
in
com.fasterxml.jackson.core.io.UTF32Reader

Best Java code snippets using com.fasterxml.jackson.core.io.UTF32Reader.freeBuffers (Showing top 14 results out of 315)

origin: redisson/redisson

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: FasterXML/jackson-core

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: redisson/redisson

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: FasterXML/jackson-core

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: com.eclipsesource.jaxrs/jersey-all

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: Nextdoor/bender

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: hstaudacher/osgi-jax-rs-connector

@Override
public void close() throws IOException {
  InputStream in = _in;
  if (in != null) {
    _in = null;
    freeBuffers();
    in.close();
  }
}
origin: com.eclipsesource.jaxrs/jersey-all

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: hstaudacher/osgi-jax-rs-connector

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: Nextdoor/bender

if (count < 0) { // -1
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
if (count < 0) { // -1, EOF... no good!
  if (_managedBuffers) {
    freeBuffers(); // to help GC?
origin: com.fasterxml.jackson.core/com.springsource.com.fasterxml.jackson.core.jackson-core

  _length = 0;
  if (count < 0) { // -1
    freeBuffers(); // to help GC?
    return false;
if (count < 1) {
  if (count < 0) { // -1, EOF... no good!
    freeBuffers(); // to help GC?
    reportUnexpectedEOF(_length, 4);
origin: com.ning.billing/killbill-osgi-bundles-analytics

  _length = 0;
  if (count < 0) { // -1
    freeBuffers(); // to help GC?
    return false;
if (count < 1) {
  if (count < 0) { // -1, EOF... no good!
    freeBuffers(); // to help GC?
    reportUnexpectedEOF(_length, 4);
com.fasterxml.jackson.core.ioUTF32ReaderfreeBuffers

Javadoc

This method should be called along with (or instead of) normal close. After calling this method, no further reads should be tried. Method will try to recycle read buffers (if any).

Popular methods of UTF32Reader

  • <init>
  • loadMore
  • reportBounds
  • reportInvalid
  • reportStrangeStream
  • reportUnexpectedEOF
  • read

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • setScale (BigDecimal)
  • putExtra (Intent)
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Option (scala)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now