Esempio n. 1
0
 public seekerReadAt(io.ReadSeeker seeker = default)
 {
     this.seeker = seeker;
 }
Esempio n. 2
0
File: ar.cs Progetto: 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 !;