コード例 #1
0
ファイル: ar_seekerReadAtStruct.cs プロジェクト: zjmit/go2cs
 public seekerReadAt(io.ReadSeeker seeker = default)
 {
     this.seeker = seeker;
 }
コード例 #2
0
ファイル: ar.cs プロジェクト: zjmit/go2cs
                // arExportData takes an archive file and returns a ReadSeeker for the
                // export data in that file. This assumes that there is only one
                // object in the archive containing export data, which is not quite
                // what gccgo does; gccgo concatenates together all the export data
                // for all the objects in the file.  In practice that case does not arise.


                // arExportData takes an archive file and returns a ReadSeeker for the
                // export data in that file. This assumes that there is only one
                // object in the archive containing export data, which is not quite
                // what gccgo does; gccgo concatenates together all the export data
                // for all the objects in the file.  In practice that case does not arise.
                private static (io.ReadSeeker, error) arExportData(io.ReadSeeker archive)
                {
                    io.ReadSeeker _p0 = default;
                    error         _p0 = default !;