1 write to inner
Microsoft.NET.HostModel (1)
MachO\FileUtils\MemoryStreamWriter.cs (1)
26
inner
= new StreamBasedMachOFile(_stream);
5 references to inner
Microsoft.NET.HostModel (5)
MachO\FileUtils\MemoryStreamWriter.cs (5)
19
public long Capacity =>
inner
.Capacity;
29
public void Write<T>(long offset, ref T value) where T : unmanaged =>
inner
.Write(offset, ref value);
30
public void WriteByte(long offset, byte data) =>
inner
.WriteByte(offset, data);
31
public void WriteExactly(long offset, byte[] buffer) =>
inner
.WriteExactly(offset, buffer);
32
public void WriteUInt32BigEndian(long offset, uint value) =>
inner
.WriteUInt32BigEndian(offset, value);