V
viepia
Hi,
In the function
void close(BinaryReader br)
{
br.BaseStream.Close(); // Is this line necessary?
br.Close();
}
Is there a I/O function to find the number of open Stream(s) analogous to
LogStore.StreamCount?
Thanks,
Viepia
In the function
void close(BinaryReader br)
{
br.BaseStream.Close(); // Is this line necessary?
br.Close();
}
Is there a I/O function to find the number of open Stream(s) analogous to
LogStore.StreamCount?
Thanks,
Viepia