SnowDocFactory

SnowDocFactory provides two essential functions for SnowDoc creation.
Each function accepts any of three possible representations of an input file.

  • A java.io.DataInputStream created from the input file
  • A java.lang.String consisting of the system path to the input file
  • A byte[] containing the byte data of the input file