Click or drag to resize

StkPatternFileReadFrom Method

Overload List
  NameDescription
Public methodStatic memberReadFrom(String)
Reads an STK pattern (.pattern) file from a specified file. See the Remarks section of the documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
Public methodStatic memberReadFrom(TextReader)
Reads an STK pattern (.pattern) file from a TextReader. The TextReader can be a StreamReader for reading from a file, a StringReader for reading from a string, or any number of other types. See the Remarks section of the documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
Public methodStatic memberReadFrom(String, StkPatternFileOptions)
Reads an STK pattern (.pattern) file from a file. See the Remarks section of the documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.
Public methodStatic memberReadFrom(TextReader, StkPatternFileOptions)
Reads an STK pattern (.pattern) file from a TextReader. The TextReader can be a StreamReader for reading from a file, a StringReader for reading from a string, or any number of other types. See the Remarks section for more information.
Top
See Also