1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-09 16:19:16 +02:00
MLEM/Docs/api/MLEM.Data.Json.RawJsonReader.yml
2020-05-21 01:08:36 +02:00

728 lines
20 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Data.Json.RawJsonReader
commentId: T:MLEM.Data.Json.RawJsonReader
id: RawJsonReader
parent: MLEM.Data.Json
children:
- MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
- MLEM.Data.Json.RawJsonReader.GetFileExtensions
- MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
langs:
- csharp
- vb
name: RawJsonReader
nameWithType: RawJsonReader
fullName: MLEM.Data.Json.RawJsonReader
type: Class
source:
remote:
path: MLEM.Data/Json/RawJsonReader.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: RawJsonReader
path: ../MLEM.Data/Json/RawJsonReader.cs
startLine: 6
assemblies:
- MLEM.Data
namespace: MLEM.Data.Json
syntax:
content: 'public class RawJsonReader : RawContentReader'
content.vb: >-
Public Class RawJsonReader
Inherits RawContentReader
inheritance:
- System.Object
- MLEM.Content.RawContentReader
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
commentId: M:MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
id: CanRead(System.Type)
parent: MLEM.Data.Json.RawJsonReader
langs:
- csharp
- vb
name: CanRead(Type)
nameWithType: RawJsonReader.CanRead(Type)
fullName: MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
type: Method
source:
remote:
path: MLEM.Data/Json/RawJsonReader.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: CanRead
path: ../MLEM.Data/Json/RawJsonReader.cs
startLine: 8
assemblies:
- MLEM.Data
namespace: MLEM.Data.Json
syntax:
content: public override bool CanRead(Type t)
parameters:
- id: t
type: System.Type
return:
type: System.Boolean
content.vb: Public Overrides Function CanRead(t As Type) As Boolean
overridden: MLEM.Content.RawContentReader.CanRead(System.Type)
overload: MLEM.Data.Json.RawJsonReader.CanRead*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
commentId: M:MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
parent: MLEM.Data.Json.RawJsonReader
langs:
- csharp
- vb
name: Read(RawContentManager, String, Stream, Type, Object)
nameWithType: RawJsonReader.Read(RawContentManager, String, Stream, Type, Object)
fullName: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
type: Method
source:
remote:
path: MLEM.Data/Json/RawJsonReader.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Read
path: ../MLEM.Data/Json/RawJsonReader.cs
startLine: 12
assemblies:
- MLEM.Data
namespace: MLEM.Data.Json
syntax:
content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing)
parameters:
- id: manager
type: MLEM.Content.RawContentManager
- id: assetPath
type: System.String
- id: stream
type: System.IO.Stream
- id: t
type: System.Type
- id: existing
type: System.Object
return:
type: System.Object
content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object
overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
overload: MLEM.Data.Json.RawJsonReader.Read*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions
commentId: M:MLEM.Data.Json.RawJsonReader.GetFileExtensions
id: GetFileExtensions
parent: MLEM.Data.Json.RawJsonReader
langs:
- csharp
- vb
name: GetFileExtensions()
nameWithType: RawJsonReader.GetFileExtensions()
fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions()
type: Method
source:
remote:
path: MLEM.Data/Json/RawJsonReader.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetFileExtensions
path: ../MLEM.Data/Json/RawJsonReader.cs
startLine: 17
assemblies:
- MLEM.Data
namespace: MLEM.Data.Json
syntax:
content: public override string[] GetFileExtensions()
return:
type: System.String[]
content.vb: Public Overrides Function GetFileExtensions As String()
overridden: MLEM.Content.RawContentReader.GetFileExtensions
overload: MLEM.Data.Json.RawJsonReader.GetFileExtensions*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
references:
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: MLEM.Content.RawContentReader
commentId: T:MLEM.Content.RawContentReader
parent: MLEM.Content
name: RawContentReader
nameWithType: RawContentReader
fullName: MLEM.Content.RawContentReader
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Content
commentId: N:MLEM.Content
name: MLEM.Content
nameWithType: MLEM.Content
fullName: MLEM.Content
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type)
parent: MLEM.Content.RawContentReader
isExternal: true
name: CanRead(Type)
nameWithType: RawContentReader.CanRead(Type)
fullName: MLEM.Content.RawContentReader.CanRead(System.Type)
spec.csharp:
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
name: CanRead
nameWithType: RawContentReader.CanRead
fullName: MLEM.Content.RawContentReader.CanRead
- name: (
nameWithType: (
fullName: (
- uid: System.Type
name: Type
nameWithType: Type
fullName: System.Type
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
name: CanRead
nameWithType: RawContentReader.CanRead
fullName: MLEM.Content.RawContentReader.CanRead
- name: (
nameWithType: (
fullName: (
- uid: System.Type
name: Type
nameWithType: Type
fullName: System.Type
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Data.Json.RawJsonReader.CanRead*
commentId: Overload:MLEM.Data.Json.RawJsonReader.CanRead
name: CanRead
nameWithType: RawJsonReader.CanRead
fullName: MLEM.Data.Json.RawJsonReader.CanRead
- uid: System.Type
commentId: T:System.Type
parent: System
isExternal: true
name: Type
nameWithType: Type
fullName: System.Type
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
parent: MLEM.Content.RawContentReader
isExternal: true
name: Read(RawContentManager, String, Stream, Type, Object)
nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object)
fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
spec.csharp:
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
name: Read
nameWithType: RawContentReader.Read
fullName: MLEM.Content.RawContentReader.Read
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Content.RawContentManager
name: RawContentManager
nameWithType: RawContentManager
fullName: MLEM.Content.RawContentManager
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.IO.Stream
name: Stream
nameWithType: Stream
fullName: System.IO.Stream
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Type
name: Type
nameWithType: Type
fullName: System.Type
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
name: Read
nameWithType: RawContentReader.Read
fullName: MLEM.Content.RawContentReader.Read
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Content.RawContentManager
name: RawContentManager
nameWithType: RawContentManager
fullName: MLEM.Content.RawContentManager
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.IO.Stream
name: Stream
nameWithType: Stream
fullName: System.IO.Stream
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Type
name: Type
nameWithType: Type
fullName: System.Type
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Data.Json.RawJsonReader.Read*
commentId: Overload:MLEM.Data.Json.RawJsonReader.Read
name: Read
nameWithType: RawJsonReader.Read
fullName: MLEM.Data.Json.RawJsonReader.Read
- uid: MLEM.Content.RawContentManager
commentId: T:MLEM.Content.RawContentManager
parent: MLEM.Content
name: RawContentManager
nameWithType: RawContentManager
fullName: MLEM.Content.RawContentManager
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: System.IO.Stream
commentId: T:System.IO.Stream
parent: System.IO
isExternal: true
name: Stream
nameWithType: Stream
fullName: System.IO.Stream
- uid: System.IO
commentId: N:System.IO
isExternal: true
name: System.IO
nameWithType: System.IO
fullName: System.IO
- uid: MLEM.Content.RawContentReader.GetFileExtensions
commentId: M:MLEM.Content.RawContentReader.GetFileExtensions
parent: MLEM.Content.RawContentReader
name: GetFileExtensions()
nameWithType: RawContentReader.GetFileExtensions()
fullName: MLEM.Content.RawContentReader.GetFileExtensions()
spec.csharp:
- uid: MLEM.Content.RawContentReader.GetFileExtensions
name: GetFileExtensions
nameWithType: RawContentReader.GetFileExtensions
fullName: MLEM.Content.RawContentReader.GetFileExtensions
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Content.RawContentReader.GetFileExtensions
name: GetFileExtensions
nameWithType: RawContentReader.GetFileExtensions
fullName: MLEM.Content.RawContentReader.GetFileExtensions
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions*
commentId: Overload:MLEM.Data.Json.RawJsonReader.GetFileExtensions
name: GetFileExtensions
nameWithType: RawJsonReader.GetFileExtensions
fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions
- uid: System.String[]
isExternal: true
name: String[]
nameWithType: String[]
fullName: System.String[]
nameWithType.vb: String()
fullName.vb: System.String()
name.vb: String()
spec.csharp:
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb:
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ()
nameWithType: ()
fullName: ()