Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1051 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Flipping in DataFileStreams

Reported by: aldacron Assigned to: kris
Priority: minor Milestone: 0.99.6
Component: IO Version: 0.99.5 Jascha
Keywords: Cc:

Description

DataStreams? include in the constructor a flag to flip multibyte values. DataFileStreams? derive from DataStreams? but do not have the same flag in the constructors. This means if you want a seekable stream with flipped values, the byte swapping has to be done manually. Since a DataFileStream? 'isa; DataStream? and flipping is built in, it ought to support the same constructor params.

Change History

04/16/08 12:46:12 changed by kris

  • status changed from new to assigned.

04/18/08 01:15:21 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3446]) fixes #1051 :: Flipping in DataFileStreams?

Thanks, Aldacron