Interface MOInputFactory


public interface MOInputFactory
The MOInputFactory creates a MOInput instance to be used to read managed object content.
Version:
1.2
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a MOInput stream.
  • Method Details

    • createMOInput

      MOInput createMOInput()
      Creates a MOInput stream.
      Returns:
      a MOInput instance or null if such an instance is not available.