Click or drag to resize
TransitFactory Class

[This is preliminary documentation and is subject to change.]

Main entry point for using transit-java library. Provides methods to construct readers and writers, as well as helpers to make various other values.
Inheritance Hierarchy
SystemObject
  NForza.TransitTransitFactory

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public class TransitFactory

The TransitFactory type exposes the following members.

Constructors
  NameDescription
Public methodTransitFactory
Initializes a new instance of the TransitFactory class
Top
Methods
  NameDescription
Public methodStatic memberDefaultDefaultReadHandler
Public methodStatic memberDefaultReadHandlers
Returns a directory of classes to read handlers that is used by default.
Public methodStatic memberDefaultWriteHandlers
Returns a directory of classes to write handlers that is used by default.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberKeyword
Converts a String or IKeyword to an IKeyword.
Public methodStatic memberLink(String, String)
Creates a ILink.
Public methodStatic memberLink(Uri, String)
Creates a ILink.
Public methodStatic memberLink(String, String, String, String, String)
Creates a ILink.
Public methodStatic memberLink(Uri, String, String, String, String)
Creates a ILink.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRatio
Creates a IRatio.
Public methodStatic memberReader(TransitFactoryFormat, Stream)
Creates a reader instance.
Public methodStatic memberReader(TransitFactoryFormat, Stream, IDefaultReadHandlerObject)
Creates a reader instance.
Public methodStatic memberReader(TransitFactoryFormat, Stream, IImmutableDictionaryString, IReadHandler, IDefaultReadHandlerObject)
Creates a reader instance.
Public methodStatic memberSymbol
Converts a String or ISymbol to an ISymbol.
Public methodStatic memberTaggedValue
Creates an ITaggedValue.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWriterT(TransitFactoryFormat, Stream)
Creates a writer instance.
Public methodStatic memberWriterT(TransitFactoryFormat, Stream, IDictionaryType, IWriteHandler)
Creates a writer instance.
Top
See Also