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

root/trunk/tango/io/stream


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4112 [4112] 11/22/08 19:16:26 kris fixed comments
(edit) @4111 [4111] 11/22/08 19:14:56 kris added (cleaner) alternate names
(edit) @4106 [4106] 11/21/08 23:01:18 kris added 'Big' as an alias for 'Network'
(edit) @4087 [4087] 11/17/08 14:19:12 schveiguy Fixed DataFileInput? so it now takes the buffer into account when …
(edit) @4064 [4064] 11/02/08 01:20:57 kris fixed formatting
(edit) @4056 [4056] 11/01/08 14:40:37 kris fixes #1323 :: DataStream? Needs Better Endian-Handling isolated endian …
(edit) @4002 [4002] 10/11/08 00:58:37 kris added some more doc
(edit) @4001 [4001] 10/10/08 22:06:13 kris added a [tentative] DataInput?.get() wrapper for allocating array memory
(edit) @3856 [3856] 08/05/08 02:47:30 kris moved Conduit and friends into tango.io.device in an effort to bring …
(edit) @3675 [3675] 06/26/08 20:47:32 kris added a main() with test case
(edit) @3661 [3661] 06/22/08 19:36:01 kris fixed a comment
(edit) @3631 [3631] 06/17/08 18:50:27 kris fixed a typo
(edit) @3544 [3544] 06/03/08 15:47:50 kris Merged GrowBuffer? module into Buffer module
(edit) @3526 [3526] 05/26/08 01:10:32 kris fixed #1056 :: DataFileStream? seek missing anchor parameter Thanks to …
(edit) @3476 [3476] 04/28/08 17:30:19 kris added missing InputStream?.load() method
(edit) @3446 [3446] 04/18/08 01:15:20 kris fixes #1051 :: Flipping in DataFileStreams? Thanks, Aldacron
(edit) @3321 [3321] 02/29/08 23:58:45 kris Made output buffered, to match input
(edit) @3152 [3152] 02/01/08 00:24:44 kris added comment() and newline() methods to MapOutput?. Closes #777
(edit) @3012 [3012] 12/09/07 17:56:36 kris added a little more doc
(edit) @3005 [3005] 12/09/07 13:02:39 kris cleaned up a bunch of small issues
(edit) @3004 [3004] 12/09/07 13:02:13 kris added readExact & writeExact
(edit) @2913 [2913] 11/23/07 15:39:03 kris the big toString change
(edit) @2885 [2885] 11/17/07 00:44:01 kris added a comment about using .dup
(edit) @2884 [2884] 11/17/07 00:37:02 kris added .dup to copy the attributes
(edit) @2882 [2882] 11/16/07 01:58:36 kris Moved IConduit.Eof into IOStream.Eof instead, and adjusted streams to take …
(edit) @2879 [2879] 11/15/07 22:49:50 kris cleaned up the names
(edit) @2849 [2849] 11/10/07 20:22:52 kris moved ChunkStream? to tango.net.http
(edit) @2848 [2848] 11/10/07 19:57:08 kris HTTP chunking ... this should probably be moved to a different package
(edit) @2809 [2809] 11/08/07 03:28:46 kris updated svn properties
(edit) @2804 [2804] 11/07/07 23:12:17 kris renamed to DataFileStream?
(edit) @2800 [2800] 11/07/07 21:47:09 kris renamed to DataFileStream?
(edit) @2794 [2794] 11/07/07 02:24:27 kris whoops! Typos on the bit flippers
(edit) @2793 [2793] 11/07/07 01:55:35 kris fixed typo's
(edit) @2792 [2792] 11/07/07 01:54:15 kris removed the Anchor option, since it may be problematic
(edit) @2791 [2791] 11/07/07 01:45:04 kris now shares a conduit instance
(edit) @2790 [2790] 11/07/07 01:37:36 kris changed defaults for Buffer.share(size) args to be uint.max instead of 0
(edit) @2788 [2788] 11/07/07 01:17:49 kris can now specify the buffer size
(edit) @2787 [2787] 11/07/07 01:15:50 kris can now specify the buffer size
(edit) @2785 [2785] 11/07/07 00:27:50 kris added these as file-stream compositions
(edit) @2784 [2784] 11/07/07 00:23:09 kris made FileConduit? a public import
(edit) @2783 [2783] 11/06/07 23:46:55 kris added a clear() override to return a useful chaining value.
(edit) @2782 [2782] 11/06/07 23:46:16 kris added a clear() override to return a useful chaining value. Added …
(edit) @2764 [2764] 11/03/07 23:11:47 kris added some usage notes
(edit) @2763 [2763] 11/03/07 23:04:37 kris reversed UtfOutput? arguments, to make left/right consistent with …
(edit) @2762 [2762] 11/03/07 23:00:17 kris renamed to TypedStream?
(edit) @2760 [2760] 11/03/07 19:17:41 kris Streams for swapping endian-order
(edit) @2759 [2759] 11/03/07 17:41:55 kris now uses tango.text.convert.Format
(edit) @2758 [2758] 11/03/07 17:41:16 kris added final to lock these methods down
(edit) @2757 [2757] 11/03/07 16:35:13 kris removed main()
(edit) @2756 [2756] 11/03/07 16:28:39 kris TypeStream? exposes a stream of discrete elements, of a given type
(edit) @2755 [2755] 11/03/07 16:09:10 kris Added share() function to Buffer, and updated stream dependencies
(edit) @2753 [2753] 11/03/07 05:13:57 kris added some debug code
(edit) @2751 [2751] 11/03/07 04:02:17 kris moved the convert() template into Buffer instead
(edit) @2750 [2750] 11/03/07 03:55:14 kris UtfStream? does streaming UTF conversions
(edit) @2749 [2749] 11/03/07 03:35:03 kris some cleanup
(edit) @2733 [2733] 11/01/07 01:24:56 kris renamed BufferedStream?, and added MapStream
(edit) @2723 [2723] 10/27/07 18:02:41 kris this should not be needed
(edit) @2720 [2720] 10/27/07 17:40:59 kris added some asserts, and updated to reflect Conduit.transfer change
(edit) @2716 [2716] 10/26/07 12:27:38 kris tentative Digest filter
(edit) @2715 [2715] 10/26/07 12:25:04 kris fixed issue with conduit.copy() not invoking all stream filters
(edit) @2713 [2713] 10/26/07 02:09:59 kris Added an optional ctor argument to auto-flush newline
(edit) @2705 [2705] 10/24/07 03:26:06 kris added a usage example
(edit) @2704 [2704] 10/24/07 03:04:12 kris doc corrections
(edit) @2703 [2703] 10/23/07 01:50:53 kris Now has a static (shared) Layout instance
(edit) @2699 [2699] 10/23/07 01:22:11 kris documentation fixes
(edit) @2698 [2698] 10/23/07 01:21:50 kris * Print is now a true instance of OutputStream?. The one issue here …
(copy) @2697 [2697] 10/23/07 01:01:09 kris * renamed tango.io.filter to be tango.io.stream * Iterators are now true …
copied from trunk/tango/io/filter:
(edit) @2667 [2667] 10/21/07 20:10:16 kris * close() has now made it into the Stream API, and should be intercepted …
Note: See TracRevisionLog for help on using the revision log.