Class ByteDataSource

java.lang.Object
org.apache.cxf.attachment.ByteDataSource
All Implemented Interfaces:
DataSource

public class ByteDataSource extends Object implements DataSource
  • Constructor Details

    • ByteDataSource

      public ByteDataSource(byte[] dataParam)
    • ByteDataSource

      public ByteDataSource(byte[] dataParam, String ct)
    • ByteDataSource

      public ByteDataSource(byte[] dataParam, int offsetParam, int lengthParam)
  • Method Details