Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DtzIoHelper" /> class.
 /// </summary>
 private DtzIoHelper(IList<string> stringPool)
 {
     ioStream = new IoStream();
     Reader = new DateTimeZoneReader(ioStream.GetReadStream(), stringPool);
     Writer = new DateTimeZoneWriter(ioStream.GetWriteStream(), stringPool);
     this.stringPool = stringPool;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DtzIoHelper" /> class.
 /// </summary>
 private DtzIoHelper(IList <string> stringPool)
 {
     ioStream        = new IoStream();
     Reader          = new DateTimeZoneReader(ioStream.GetReadStream(), stringPool);
     Writer          = new DateTimeZoneWriter(ioStream.GetWriteStream(), stringPool);
     this.stringPool = stringPool;
 }
Esempio n. 3
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="WriteStreamImpl" /> class.
 /// </summary>
 /// <param name="stream">The <see cref="IoStream" /> to read from.</param>
 public WriteStreamImpl(IoStream stream)
 {
     ioStream = stream;
 }
Esempio n. 4
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="ReadStreamImpl" /> class.
 /// </summary>
 /// <param name="stream">The <see cref="ioStream" /> to read from.</param>
 public ReadStreamImpl(IoStream stream)
 {
     ioStream = stream;
 }
Esempio n. 5
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="WriteStreamImpl" /> class.
 /// </summary>
 /// <param name="stream">The <see cref="IoStream" /> to read from.</param>
 public WriteStreamImpl(IoStream stream)
 {
     ioStream = stream;
 }
Esempio n. 6
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="ReadStreamImpl" /> class.
 /// </summary>
 /// <param name="stream">The <see cref="ioStream" /> to read from.</param>
 public ReadStreamImpl(IoStream stream)
 {
     ioStream = stream;
 }