Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
TextToByteReader.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Stroika_Foundation_Streams_TextToByteReader_h_
5#define _Stroika_Foundation_Streams_TextToByteReader_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#include "Stroika/Foundation/Streams/TextToBinary.h"
10
11/**
12 * * FILE DEPRECATED SINCE STROIKA v3.0d15 - use Streams::TextToBinary
13 */
14_DeprecatedFile_ ("DEPRECATED - Streams-TextToByteReader.h - since v3.0d15 - use Streams::TextToBinary::Reader");
15
16namespace Stroika::Foundation::Streams::TextToByteReader {
17 using namespace TextToBinary::Reader;
18}
19
20#endif /*_Stroika_Foundation_Streams_TextToByteReader_h_*/