| 107 | // The public way to do this is to use segmentTemp or create a ByteVectorTemp. |
| 108 | protected: |
| 109 | ByteVector(Dorky,ByteType*wstart,ByteType*wend) |
| 110 | : mData(0), mStart(wstart), mSizeBits(8*(wend-wstart)), mAllocEnd(wend) {} |
| 111 | //: mData(0), mStart(wstart), mEnd(wend), mAllocEnd(wend), mBitInd(0) {} |
| 112 | |
| 113 | public: |