Searched defs:paddingByte (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | DataStorage.cs | 17 …c Stream Create(string imageFile, long? size = null, bool persistent = false, byte paddingByte = 0) in Create() 23 … CreateFromFile(string imageFile, long? size = null, bool persistent = false, byte paddingByte = 0) in CreateFromFile() 40 public static Stream Create(long size, byte paddingByte = 0) in Create() 46 public static Stream CreateInTemporaryFile(long size, byte paddingByte = 0) in CreateInTemporaryFile() 51 public static Stream CreateInMemory(int size, byte paddingByte = 0) in CreateInMemory()
|
| D | SerializableStreamView.cs | 31 …public SerializableStreamView(Stream stream, long? length = null, byte paddingByte = 0, long offse… in SerializableStreamView()
|