StandardInput

public final class StandardInput : Input, WrapsFileHandle

Undocumented

  • Undocumented

    Declaration

    Swift

    public let fileHandle: FileHandle
  • Undocumented

    Declaration

    Swift

    public func readData() -> Data?
  • Undocumented

    Declaration

    Swift

    public func readDataToEndOfFile() -> Data?
  • Undocumented

    Declaration

    Swift

    public func readData(ofLength length: Int) -> Data?
  • Undocumented

    Declaration

    Swift

    public func read() -> String?
  • Undocumented

    Declaration

    Swift

    public func readToEndOfFile() -> String?
  • Undocumented

    Declaration

    Swift

    public func read(length: Int) -> String?
  • Undocumented

    Declaration

    Swift

    public func close()