Nevron.Nov.IO Namespace / NStreamHelpers Class


In This Topic
    NStreamHelpers Class Methods
    In This Topic

    For a list of all members of this type, see NStreamHelpers members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Copies the given source stream to the specified destination stream and advances the Position in the destination stream to its end. If you want to read from the destination stream do not forget to set its Position property to the proper value.  
    Public Methodstatic (Shared in Visual Basic)Reads all bytes from the specified stream from the current position to the end of the stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Reads the given stream to the end and converts the read bytes to string using the UTF8 encoding.  
    Public Methodstatic (Shared in Visual Basic)Tries to detect the encoding of the given data by looking at the Byte Order Mask (if any) the given data starts with and returns true on success.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Writes the specified string to the given stream using the UTF8 encoding.  
    Top
    See Also