Tabnine Logo
ExtendedByteBufferInputStream.setDescriptors
Code IndexAdd Tabnine to your IDE (free)

How to use
setDescriptors
method
in
rocks.inspectit.shared.cs.storage.nio.stream.ExtendedByteBufferInputStream

Best Java code snippets using rocks.inspectit.shared.cs.storage.nio.stream.ExtendedByteBufferInputStream.setDescriptors (Showing top 2 results out of 315)

origin: inspectIT/inspectIT

/**
 * @param storageData
 *            {@link IStorageData} to get the data for.
 * @param descriptors
 *            List of descriptors that point to the data.
 *
 * @return Returns the newly initialized instance of the {@link ExtendedByteBufferInputStream}.
 * @throws IOException
 *             if input stream can not be obtained
 */
public ExtendedByteBufferInputStream getExtendedByteBufferInputStream(IStorageData storageData, List<IStorageDescriptor> descriptors) throws IOException {
  ExtendedByteBufferInputStream stream = createExtendedByteBufferInputStream();
  stream.setStorageData(storageData);
  stream.setDescriptors(descriptors);
  stream.prepare();
  return stream;
}
origin: inspectIT/inspectIT

inputStream.setDescriptors(descriptors);
inputStream.prepare();
rocks.inspectit.shared.cs.storage.nio.streamExtendedByteBufferInputStreamsetDescriptors

Javadoc

Sets #descriptors.

Popular methods of ExtendedByteBufferInputStream

  • prepare
    Prepares the stream for read. Must be called before any read operation is executed.
  • <init>
    Secondary constructor. Sets the amount of buffers to use.
  • close
    Releases all byte buffers that are hold.
  • getEmptyBuffers
  • getFullBuffers
  • getTotalSize
  • hasRemaining
  • isClosed
  • read
  • setByteBufferProvider
  • setExecutorService
    Sets #executorService.
  • setReadingChannelManager
    Sets #readingChannelManager.
  • setExecutorService,
  • setReadingChannelManager,
  • setStorageData,
  • setStorageManager,
  • setTotalSize

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSupportFragmentManager (FragmentActivity)
  • scheduleAtFixedRate (Timer)
  • Menu (java.awt)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JTextField (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top Sublime Text 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