Darwinism/ComputingServices/FileSystem/FileStream/StreamWriter.vb

49 lines
1.5 KiB
VB.net
Raw Normal View History

2018-04-14 03:26:02 +08:00
#Region "Microsoft.VisualBasic::01745b10cc16b8ce7f00e5ffe0491679, ComputingServices\FileSystem\FileStream\StreamWriter.vb"
2016-06-29 07:48:25 +08:00
2016-12-07 23:50:18 +08:00
' Author:
'
' asuka (amethyst.asuka@gcmodeller.org)
' xie (genetics@smrucc.org)
2018-04-14 03:26:02 +08:00
' xieguigang (xie.guigang@live.com)
2016-12-07 23:50:18 +08:00
'
2017-12-24 22:32:04 +08:00
' Copyright (c) 2018 GPL3 Licensed
2016-12-07 23:50:18 +08:00
'
'
' GNU GENERAL PUBLIC LICENSE (GPL3)
'
2018-04-14 03:26:02 +08:00
'
2016-12-07 23:50:18 +08:00
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.
2016-06-29 07:48:25 +08:00
2018-04-14 03:26:02 +08:00
' /********************************************************************************/
' Summaries:
'
' /********************************************************************************/
2016-06-29 07:48:25 +08:00
#End Region
Namespace FileSystem.IO
'Public Class StreamWriter : Inherits BaseStream
' Sub New(file As String, device As FileSystem)
' Call MyBase.New(remote:=device)
' Me.FileName = file
' End Sub
'End Class
2016-06-29 07:48:25 +08:00
End Namespace