Add a to the buffer a stream coming off the internet
[Visual Basic] Public Shared Function AddStreamBuffer( _ ByVal dev As Integer, _ ByVal sh As Integer, _ ByVal buf As String, _ ByVal len As Integer _ ) As Integer
[C#] public static int AddStreamBuffer( intdev, intsh, stringbuf, intlen );