/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: IIOPipeInterceptor.hpp
Date: 2022-6-6
Author: Reece
***/
#pragma once
namespace Aurora::IO
{
AUKN_INTERFACE(IIOPipeInterceptor,
AUI_METHOD(bool, OnDataAvailable, (const Memory::MemoryViewStreamRead &, view,
const AuSPtr<IStreamWriter> &, pWriterStream))
);
}