Saxon.Api

 

 

Saxon.Api

Class BinaryResource


public class BinaryResource
extends Resource

BinaryResource

Constructor Summary

BinaryResource (string href, string contentType, Byte[] content)

Create a binary resource

 

Constructor Detail

BinaryResource

public BinaryResource(string href,
                      string contentType,
                      Byte[] content)

Create a binary resource

Parameters:

href - href of the resource
contentType - The MIME type for the Binary resource
content - content given as byte array