Re: [Tutor] Design Question: File Object used everywhere

2010-05-14 Thread spir ☣
On Fri, 14 May 2010 06:49:59 +0200 Jan Jansen wrote: > Hi there, > > I'm working on a code to read and write large amounts of binary data > according to a given specification. In the specification there are a lot > of "segments" defined. The segments in turn have defintions of datatypes > and

Re: [Tutor] Design Question: File Object used everywhere

2010-05-14 Thread Dave Angel
Jan Jansen wrote: Hi there, I'm working on a code to read and write large amounts of binary data according to a given specification. In the specification there are a lot of "segments" defined. The segments in turn have defintions of datatypes and what they represent, how many of some of the d

Re: [Tutor] Design Question: File Object used everywhere

2010-05-13 Thread Luke Paireepinart
On Thu, May 13, 2010 at 11:49 PM, Jan Jansen wrote: > Hi there, > > I'm working on a code to read and write large amounts of binary data > according to a given specification. In the specification there are a lot of > "segments" defined. The segments in turn have defintions of datatypes and > what

[Tutor] Design Question: File Object used everywhere

2010-05-13 Thread Jan Jansen
Hi there, I'm working on a code to read and write large amounts of binary data according to a given specification. In the specification there are a lot of "segments" defined. The segments in turn have defintions of datatypes and what they represent, how many of some of the data values are pres