Tabnine Logo
Span$Unmarshaller
Code IndexAdd Tabnine to your IDE (free)

How to use
Span$Unmarshaller
in
kamon.context.generated.binary.span

Best Java code snippets using kamon.context.generated.binary.span.Span$Unmarshaller (Showing top 2 results out of 315)

origin: io.kamon/kamon-core

/**
 * @param in the data source or {@code null}.
 * @param buf the initial buffer or {@code null}.
 */
public Unmarshaller(InputStream in, byte[] buf) {
  // TODO: better size estimation
  if (buf == null || buf.length == 0)
    buf = new byte[Math.min(Span.colferSizeMax, 2048)];
  this.buf = buf;
  reset(in);
}
origin: io.kamon/kamon-core_2.12

/**
 * @param in the data source or {@code null}.
 * @param buf the initial buffer or {@code null}.
 */
public Unmarshaller(InputStream in, byte[] buf) {
  // TODO: better size estimation
  if (buf == null || buf.length == 0)
    buf = new byte[Math.min(Span.colferSizeMax, 2048)];
  this.buf = buf;
  reset(in);
}
kamon.context.generated.binary.spanSpan$Unmarshaller

Javadoc

#reset(InputStream) deserialization of Colfer streams.

Most used methods

  • reset
    Reuses the marshaller.

Popular in Java

  • Reading from database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setScale (BigDecimal)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • JTable (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Join (org.hibernate.mapping)
  • Top Vim plugins
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