mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Allow requesting datafile position.
This commit is contained in:
@@ -77,6 +77,8 @@ namespace DiscImageChef.Core
|
|||||||
dataFs.Write(data, 0, data.Length);
|
dataFs.Write(data, 0, data.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public long Position { get { return dataFs.Position; }}
|
||||||
|
|
||||||
public static void WriteTo(string who, string outputPrefix, string outputSuffix, string what, byte[] data)
|
public static void WriteTo(string who, string outputPrefix, string outputSuffix, string what, byte[] data)
|
||||||
{
|
{
|
||||||
if(!string.IsNullOrEmpty(outputPrefix) && !string.IsNullOrEmpty(outputSuffix))
|
if(!string.IsNullOrEmpty(outputPrefix) && !string.IsNullOrEmpty(outputSuffix))
|
||||||
|
|||||||
Reference in New Issue
Block a user