Class DataSourceProvider.SequencedDataSource

  • All Implemented Interfaces:
    javax.activation.DataSource
    Enclosing class:
    DataSourceProvider

    protected static class DataSourceProvider.SequencedDataSource
    extends java.lang.Object
    implements javax.activation.DataSource
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SequencedDataSource​(byte[] byteBuffer, int byteBufferOffset, int byteBufferLength, java.io.File tempFile, java.lang.String type)  
    • Field Detail

      • byteBuffer

        private final byte[] byteBuffer
      • byteBufferOffset

        private final int byteBufferOffset
      • byteBufferLength

        private final int byteBufferLength
      • tempFile

        private final java.io.File tempFile
      • type

        private final java.lang.String type
    • Constructor Detail

      • SequencedDataSource

        protected SequencedDataSource​(byte[] byteBuffer,
                                      int byteBufferOffset,
                                      int byteBufferLength,
                                      java.io.File tempFile,
                                      java.lang.String type)
    • Method Detail

      • getContentType

        public java.lang.String getContentType()
        Specified by:
        getContentType in interface javax.activation.DataSource
      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Specified by:
        getInputStream in interface javax.activation.DataSource
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface javax.activation.DataSource
      • getOutputStream

        public java.io.OutputStream getOutputStream()
                                             throws java.io.IOException
        Specified by:
        getOutputStream in interface javax.activation.DataSource
        Throws:
        java.io.IOException