The methods of the CvsStream class are listed below. For a complete list of CvsStream class members, see the CvsStream Members topic.
![]() | |
![]() | |
![]() | Closes the base stream |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Flushes the baseInputStream |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Decompresses data into the byte array |
![]() | Read a block of data from the stream. // TODO: Figure out what this would be used for. |
![]() | Reads one byte of decompressed data. The byte is baseInputStream the lower 8 bits of the int. |
![]() | Read from the stream until the end of the line. TODO: If an empty line is found, then this will skip this line and try the next line (up to 10 times). Is this the required behaviour? |
![]() | Read from the stream until the end of the line. |
![]() | Read from the stream until the first whitespace character is reached. |
![]() | I needed to implement the abstract member. |
![]() | Send the specified string message to the cvs server. |
![]() | I needed to implement the abstract member. |
![]() | |
![]() | Overloaded. I needed to implement the abstract member. |
![]() | I needed to implement the abstract member. |
![]() | |
![]() | |
![]() |
![]() |
CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace